Shades of Amazon #37854A
Tints of Amazon #37854A
RGB
CMYK
RGB Variations
Color information
#37854A (or 0x37854A) is known color: Amazon. HEX triplet: 37, 85 and 4A. RGB value is (55,133,74). Sum of RGB (Red+Green+Blue) = 55+133+74=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 133 (52.34% from 255 or 50.76% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 133 - color contains mainly: green. Hex color #37854A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37854A is #C87AB5. Grayscale: #676767. Windows color (decimal): -13138614 or 4883767. OLE color: 4883767.
HSL color Cylindrical-coordinate representation of color #37854A: hue angle of 134.62º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #37854A is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 133 | 74 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.48 |
| HSL | 134.62º | 0.41% | 0.37% | - |
| HSV(B) | 134.62º | 0.59% | 0.52% | - |
| XYZ | 11.2 | 18.08 | 9.38 | - |
| YUV | 102.95 | 111.66 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 133 | 74 | 0.59 | 0 | 0.44 | 0.48 | 134.62 | 0.41 | 0.37 |
| Hex | 37 | 85 | 4A | 3B | 0 | 2C | 30 | 87 | 29 | 25 |
| Octal | 67 | 205 | 112 | 73 | 0 | 54 | 60 | 207 | 51 | 45 |
| Binary | 110111 | 10000101 | 1001010 | 111011 | 0 | 101100 | 110000 | 10000111 | 101001 | 100101 |
Color Harmonies of #37854A
Complementary color
Monochromatic Colors of #37854A
Black with #37854A
Text Example
Text Example
White with #37854A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37854A; }
p { color: rgb(55,133,74); }
H1.HeaderClassName
{
color: #37854A;
}
.AnyTagClassName
{
color: #37854A;
}
</style>
background-color css
<style>
a { background-color: #37854A; }
a { background-color: rgb(55,133,74); }
div.DivClassName
{
background-color: #37854A;
}
.BgClassName
{
background-color: #37854A;
}
</style>
border-color css
<style>
span { border-color: #37854A; }
span { border-color: rgb(55,133,74); }
td.TdClassName
{
border-color: #37854A;
}
.TagClassName
{
border-color: #37854A;
}
</style>