Shades of Amazon #37854B
Tints of Amazon #37854B
RGB
CMYK
RGB Variations
Color information
#37854B (or 0x37854B) is known color: Amazon. HEX triplet: 37, 85 and 4B. RGB value is (55,133,75). Sum of RGB (Red+Green+Blue) = 55+133+75=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #37854B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37854B is #C87AB4. Grayscale: #676767. Windows color (decimal): -13138613 or 4949303. OLE color: 4949303.
HSL color Cylindrical-coordinate representation of color #37854B: hue angle of 135.38º 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 #37854B is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 133 | 75 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.48 |
| HSL | 135.38º | 0.41% | 0.37% | - |
| HSV(B) | 135.38º | 0.59% | 0.52% | - |
| XYZ | 11.23 | 18.1 | 9.56 | - |
| YUV | 103.07 | 112.16 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 133 | 75 | 0.59 | 0 | 0.44 | 0.48 | 135.38 | 0.41 | 0.37 |
| Hex | 37 | 85 | 4B | 3B | 0 | 2C | 30 | 87 | 29 | 25 |
| Octal | 67 | 205 | 113 | 73 | 0 | 54 | 60 | 207 | 51 | 45 |
| Binary | 110111 | 10000101 | 1001011 | 111011 | 0 | 101100 | 110000 | 10000111 | 101001 | 100101 |
Color Harmonies of #37854B
Complementary color
Monochromatic Colors of #37854B
Black with #37854B
Text Example
Text Example
White with #37854B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37854B; }
p { color: rgb(55,133,75); }
H1.HeaderClassName
{
color: #37854B;
}
.AnyTagClassName
{
color: #37854B;
}
</style>
background-color css
<style>
a { background-color: #37854B; }
a { background-color: rgb(55,133,75); }
div.DivClassName
{
background-color: #37854B;
}
.BgClassName
{
background-color: #37854B;
}
</style>
border-color css
<style>
span { border-color: #37854B; }
span { border-color: rgb(55,133,75); }
td.TdClassName
{
border-color: #37854B;
}
.TagClassName
{
border-color: #37854B;
}
</style>