Shades of Amazon #37764B
Tints of Amazon #37764B
RGB
CMYK
RGB Variations
Color information
#37764B (or 0x37764B) is known color: Amazon. HEX triplet: 37, 76 and 4B. RGB value is (55,118,75). Sum of RGB (Red+Green+Blue) = 55+118+75=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #37764B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37764B is #C889B4. Grayscale: #5E5E5E. Windows color (decimal): -13142453 or 4945463. OLE color: 4945463.
HSL color Cylindrical-coordinate representation of color #37764B: hue angle of 139.05º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37764B is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 118 | 75 | - |
| CMYK | 0.53 | 0 | 0.36 | 0.54 |
| HSL | 139.05º | 0.36% | 0.34% | - |
| HSV(B) | 139.05º | 0.53% | 0.46% | - |
| XYZ | 9.32 | 14.28 | 8.92 | - |
| YUV | 94.26 | 117.13 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 118 | 75 | 0.53 | 0 | 0.36 | 0.54 | 139.05 | 0.36 | 0.34 |
| Hex | 37 | 76 | 4B | 35 | 0 | 24 | 36 | 8B | 24 | 22 |
| Octal | 67 | 166 | 113 | 65 | 0 | 44 | 66 | 213 | 44 | 42 |
| Binary | 110111 | 1110110 | 1001011 | 110101 | 0 | 100100 | 110110 | 10001011 | 100100 | 100010 |
Color Harmonies of #37764B
Complementary color
Monochromatic Colors of #37764B
Black with #37764B
Text Example
Text Example
White with #37764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37764B; }
p { color: rgb(55,118,75); }
H1.HeaderClassName
{
color: #37764B;
}
.AnyTagClassName
{
color: #37764B;
}
</style>
background-color css
<style>
a { background-color: #37764B; }
a { background-color: rgb(55,118,75); }
div.DivClassName
{
background-color: #37764B;
}
.BgClassName
{
background-color: #37764B;
}
</style>
border-color css
<style>
span { border-color: #37764B; }
span { border-color: rgb(55,118,75); }
td.TdClassName
{
border-color: #37764B;
}
.TagClassName
{
border-color: #37764B;
}
</style>