#31804B

Color #31804B Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #31804B

Tints of Amazon #31804B

Color information

#31804B (or 0x31804B) is unknown color: approx Amazon. HEX triplet: 31, 80 and 4B. RGB value is (49,128,75). Sum of RGB (Red+Green+Blue) = 49+128+75=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 128 (50.39% from 255 or 50.79% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 128 - color contains mainly: green. Hex color #31804B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31804B is #CE7FB4. Grayscale: #626262. Windows color (decimal): -13533109 or 4948017. OLE color: 4948017.

HSL color Cylindrical-coordinate representation of color #31804B: hue angle of 139.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31804B is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB4912875-
CMYK0.6200.410.50
HSL139.75º44.63%34.71%-
HSV(B)139.75º61.72%50.2%-
XYZ10.2616.69.32-
YUV98.34114.8392.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 19.44%
GREEN value IS 128 (50.39% from 255) = 50.79%
BLUE value IS 75 (29.69% from 255) = 29.76%
R=19.44%
G=50.79%
B=29.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49128750.6200.410.50139.7544.6334.71
Hex31804B3E029328c2d23
Octal6120011376051622145543
Binary110001100000001001011111110010100111001010001100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31804B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31804B; }

 p { color: rgb(49,128,75); }

 H1.HeaderClassName
 {
   color: #31804B;
 }
 .AnyTagClassName
 {
   color: #31804B;
 }
</style>
background-color css

<style>
 a { background-color: #31804B; }

 a { background-color: rgb(49,128,75); }

 div.DivClassName
 {
   background-color: #31804B;
 }
 .BgClassName
 {
   background-color: #31804B;
 }
</style>
border-color css

<style>
 span { border-color: #31804B; }

 span { border-color: rgb(49,128,75); }

 td.TdClassName
 {
   border-color: #31804B;
 }
 .TagClassName
 {
   border-color: #31804B;
 }
</style>