#31704B

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

Shades of Amazon #31704B

Tints of Amazon #31704B

Color information

#31704B (or 0x31704B) is unknown color: approx Amazon. HEX triplet: 31, 70 and 4B. RGB value is (49,112,75). Sum of RGB (Red+Green+Blue) = 49+112+75=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #31704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31704B is #CE8FB4. Grayscale: #595959. Windows color (decimal): -13537205 or 4943921. OLE color: 4943921.

HSL color Cylindrical-coordinate representation of color #31704B: hue angle of 144.76º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #31704B is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB4911275-
CMYK0.5600.330.56
HSL144.76º39.13%31.57%-
HSV(B)144.76º56.25%43.92%-
XYZ8.3312.758.68-
YUV88.94120.1399.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.76%
GREEN value IS 112 (44.14% from 255) = 47.46%
BLUE value IS 75 (29.69% from 255) = 31.78%
R=20.76%
G=47.46%
B=31.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49112750.5600.330.56144.7639.1331.57
Hex31704B3802138912720
Octal6116011370041702214740
Binary11000111100001001011111000010000111100010010001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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