Shades of Amazon #397249
Tints of Amazon #397249
RGB
CMYK
RGB Variations
Color information
#397249 (or 0x397249) is known color: Amazon. HEX triplet: 39, 72 and 49. RGB value is (57,114,73). Sum of RGB (Red+Green+Blue) = 57+114+73=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 114 - color contains mainly: green. Hex color #397249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397249 is #C68DB6. Grayscale: #5C5C5C. Windows color (decimal): -13012407 or 4813369. OLE color: 4813369.
HSL color Cylindrical-coordinate representation of color #397249: hue angle of 136.84º 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 #397249 is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 114 | 73 | - |
| CMYK | 0.50 | 0 | 0.36 | 0.55 |
| HSL | 136.84º | 0.33% | 0.34% | - |
| HSV(B) | 136.84º | 0.5% | 0.45% | - |
| XYZ | 8.91 | 13.39 | 8.42 | - |
| YUV | 92.28 | 117.12 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 114 | 73 | 0.50 | 0 | 0.36 | 0.55 | 136.84 | 0.33 | 0.34 |
| Hex | 39 | 72 | 49 | 32 | 0 | 24 | 37 | 89 | 21 | 22 |
| Octal | 71 | 162 | 111 | 62 | 0 | 44 | 67 | 211 | 41 | 42 |
| Binary | 111001 | 1110010 | 1001001 | 110010 | 0 | 100100 | 110111 | 10001001 | 100001 | 100010 |
Color Harmonies of #397249
Complementary color
Monochromatic Colors of #397249
Black with #397249
Text Example
Text Example
White with #397249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397249; }
p { color: rgb(57,114,73); }
H1.HeaderClassName
{
color: #397249;
}
.AnyTagClassName
{
color: #397249;
}
</style>
background-color css
<style>
a { background-color: #397249; }
a { background-color: rgb(57,114,73); }
div.DivClassName
{
background-color: #397249;
}
.BgClassName
{
background-color: #397249;
}
</style>
border-color css
<style>
span { border-color: #397249; }
span { border-color: rgb(57,114,73); }
td.TdClassName
{
border-color: #397249;
}
.TagClassName
{
border-color: #397249;
}
</style>