Shades of Amazon #36775A
Tints of Amazon #36775A
RGB
CMYK
RGB Variations
Color information
#36775A (or 0x36775A) is known color: Amazon. HEX triplet: 36, 77 and 5A. RGB value is (54,119,90). Sum of RGB (Red+Green+Blue) = 54+119+90=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #36775A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36775A is #C988A5. Grayscale: #606060. Windows color (decimal): -13207718 or 5928758. OLE color: 5928758.
HSL color Cylindrical-coordinate representation of color #36775A: hue angle of 153.23º 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 #36775A is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 119 | 90 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.53 |
| HSL | 153.23º | 0.38% | 0.34% | - |
| HSV(B) | 153.23º | 0.55% | 0.47% | - |
| XYZ | 9.96 | 14.72 | 11.99 | - |
| YUV | 96.26 | 124.47 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 119 | 90 | 0.55 | 0 | 0.24 | 0.53 | 153.23 | 0.38 | 0.34 |
| Hex | 36 | 77 | 5A | 37 | 0 | 18 | 35 | 99 | 26 | 22 |
| Octal | 66 | 167 | 132 | 67 | 0 | 30 | 65 | 231 | 46 | 42 |
| Binary | 110110 | 1110111 | 1011010 | 110111 | 0 | 11000 | 110101 | 10011001 | 100110 | 100010 |
Color Harmonies of #36775A
Complementary color
Monochromatic Colors of #36775A
Black with #36775A
Text Example
Text Example
White with #36775A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36775A; }
p { color: rgb(54,119,90); }
H1.HeaderClassName
{
color: #36775A;
}
.AnyTagClassName
{
color: #36775A;
}
</style>
background-color css
<style>
a { background-color: #36775A; }
a { background-color: rgb(54,119,90); }
div.DivClassName
{
background-color: #36775A;
}
.BgClassName
{
background-color: #36775A;
}
</style>
border-color css
<style>
span { border-color: #36775A; }
span { border-color: rgb(54,119,90); }
td.TdClassName
{
border-color: #36775A;
}
.TagClassName
{
border-color: #36775A;
}
</style>