Shades of Amazon #37724A
Tints of Amazon #37724A
RGB
CMYK
RGB Variations
Color information
#37724A (or 0x37724A) is known color: Amazon. HEX triplet: 37, 72 and 4A. RGB value is (55,114,74). Sum of RGB (Red+Green+Blue) = 55+114+74=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #37724A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37724A is #C88DB5. Grayscale: #5B5B5B. Windows color (decimal): -13143478 or 4878903. OLE color: 4878903.
HSL color Cylindrical-coordinate representation of color #37724A: hue angle of 139.32º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #37724A is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 114 | 74 | - |
| CMYK | 0.52 | 0 | 0.35 | 0.55 |
| HSL | 139.32º | 0.35% | 0.33% | - |
| HSV(B) | 139.32º | 0.52% | 0.45% | - |
| XYZ | 8.83 | 13.34 | 8.59 | - |
| YUV | 91.8 | 117.95 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 114 | 74 | 0.52 | 0 | 0.35 | 0.55 | 139.32 | 0.35 | 0.33 |
| Hex | 37 | 72 | 4A | 34 | 0 | 23 | 37 | 8B | 23 | 21 |
| Octal | 67 | 162 | 112 | 64 | 0 | 43 | 67 | 213 | 43 | 41 |
| Binary | 110111 | 1110010 | 1001010 | 110100 | 0 | 100011 | 110111 | 10001011 | 100011 | 100001 |
Color Harmonies of #37724A
Complementary color
Monochromatic Colors of #37724A
Black with #37724A
Text Example
Text Example
White with #37724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37724A; }
p { color: rgb(55,114,74); }
H1.HeaderClassName
{
color: #37724A;
}
.AnyTagClassName
{
color: #37724A;
}
</style>
background-color css
<style>
a { background-color: #37724A; }
a { background-color: rgb(55,114,74); }
div.DivClassName
{
background-color: #37724A;
}
.BgClassName
{
background-color: #37724A;
}
</style>
border-color css
<style>
span { border-color: #37724A; }
span { border-color: rgb(55,114,74); }
td.TdClassName
{
border-color: #37724A;
}
.TagClassName
{
border-color: #37724A;
}
</style>