Shades of Amazon #36774E
Tints of Amazon #36774E
RGB
CMYK
RGB Variations
Color information
#36774E (or 0x36774E) is known color: Amazon. HEX triplet: 36, 77 and 4E. RGB value is (54,119,78). Sum of RGB (Red+Green+Blue) = 54+119+78=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #36774E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36774E is #C988B1. Grayscale: #5E5E5E. Windows color (decimal): -13207730 or 5142326. OLE color: 5142326.
HSL color Cylindrical-coordinate representation of color #36774E: hue angle of 142.15º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #36774E is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 119 | 78 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.53 |
| HSL | 142.15º | 0.38% | 0.34% | - |
| HSV(B) | 142.15º | 0.55% | 0.47% | - |
| XYZ | 9.49 | 14.53 | 9.51 | - |
| YUV | 94.89 | 118.47 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 119 | 78 | 0.55 | 0 | 0.34 | 0.53 | 142.15 | 0.38 | 0.34 |
| Hex | 36 | 77 | 4E | 37 | 0 | 22 | 35 | 8E | 26 | 22 |
| Octal | 66 | 167 | 116 | 67 | 0 | 42 | 65 | 216 | 46 | 42 |
| Binary | 110110 | 1110111 | 1001110 | 110111 | 0 | 100010 | 110101 | 10001110 | 100110 | 100010 |
Color Harmonies of #36774E
Complementary color
Monochromatic Colors of #36774E
Black with #36774E
Text Example
Text Example
White with #36774E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36774E; }
p { color: rgb(54,119,78); }
H1.HeaderClassName
{
color: #36774E;
}
.AnyTagClassName
{
color: #36774E;
}
</style>
background-color css
<style>
a { background-color: #36774E; }
a { background-color: rgb(54,119,78); }
div.DivClassName
{
background-color: #36774E;
}
.BgClassName
{
background-color: #36774E;
}
</style>
border-color css
<style>
span { border-color: #36774E; }
span { border-color: rgb(54,119,78); }
td.TdClassName
{
border-color: #36774E;
}
.TagClassName
{
border-color: #36774E;
}
</style>