Shades of Amazon #39724A
Tints of Amazon #39724A
RGB
CMYK
RGB Variations
Color information
#39724A (or 0x39724A) is known color: Amazon. HEX triplet: 39, 72 and 4A. RGB value is (57,114,74). Sum of RGB (Red+Green+Blue) = 57+114+74=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #39724A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39724A is #C68DB5. Grayscale: #5C5C5C. Windows color (decimal): -13012406 or 4878905. OLE color: 4878905.
HSL color Cylindrical-coordinate representation of color #39724A: hue angle of 137.89º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #39724A is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 114 | 74 | - |
| CMYK | 0.50 | 0 | 0.35 | 0.55 |
| HSL | 137.89º | 0.33% | 0.34% | - |
| HSV(B) | 137.89º | 0.5% | 0.45% | - |
| XYZ | 8.94 | 13.4 | 8.59 | - |
| YUV | 92.4 | 117.62 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 114 | 74 | 0.50 | 0 | 0.35 | 0.55 | 137.89 | 0.33 | 0.34 |
| Hex | 39 | 72 | 4A | 32 | 0 | 23 | 37 | 8A | 21 | 22 |
| Octal | 71 | 162 | 112 | 62 | 0 | 43 | 67 | 212 | 41 | 42 |
| Binary | 111001 | 1110010 | 1001010 | 110010 | 0 | 100011 | 110111 | 10001010 | 100001 | 100010 |
Color Harmonies of #39724A
Complementary color
Monochromatic Colors of #39724A
Black with #39724A
Text Example
Text Example
White with #39724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39724A; }
p { color: rgb(57,114,74); }
H1.HeaderClassName
{
color: #39724A;
}
.AnyTagClassName
{
color: #39724A;
}
</style>
background-color css
<style>
a { background-color: #39724A; }
a { background-color: rgb(57,114,74); }
div.DivClassName
{
background-color: #39724A;
}
.BgClassName
{
background-color: #39724A;
}
</style>
border-color css
<style>
span { border-color: #39724A; }
span { border-color: rgb(57,114,74); }
td.TdClassName
{
border-color: #39724A;
}
.TagClassName
{
border-color: #39724A;
}
</style>