Shades of Amazon #367959
Tints of Amazon #367959
RGB
CMYK
RGB Variations
Color information
#367959 (or 0x367959) is known color: Amazon. HEX triplet: 36, 79 and 59. RGB value is (54,121,89). Sum of RGB (Red+Green+Blue) = 54+121+89=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 121 - color contains mainly: green. Hex color #367959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367959 is #C986A6. Grayscale: #616161. Windows color (decimal): -13207207 or 5863734. OLE color: 5863734.
HSL color Cylindrical-coordinate representation of color #367959: hue angle of 151.34º 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 #367959 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 121 | 89 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.53 |
| HSL | 151.34º | 0.38% | 0.34% | - |
| HSV(B) | 151.34º | 0.55% | 0.47% | - |
| XYZ | 10.16 | 15.18 | 11.85 | - |
| YUV | 97.32 | 123.3 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 121 | 89 | 0.55 | 0 | 0.26 | 0.53 | 151.34 | 0.38 | 0.34 |
| Hex | 36 | 79 | 59 | 37 | 0 | 1A | 35 | 97 | 26 | 22 |
| Octal | 66 | 171 | 131 | 67 | 0 | 32 | 65 | 227 | 46 | 42 |
| Binary | 110110 | 1111001 | 1011001 | 110111 | 0 | 11010 | 110101 | 10010111 | 100110 | 100010 |
Color Harmonies of #367959
Complementary color
Monochromatic Colors of #367959
Black with #367959
Text Example
Text Example
White with #367959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367959; }
p { color: rgb(54,121,89); }
H1.HeaderClassName
{
color: #367959;
}
.AnyTagClassName
{
color: #367959;
}
</style>
background-color css
<style>
a { background-color: #367959; }
a { background-color: rgb(54,121,89); }
div.DivClassName
{
background-color: #367959;
}
.BgClassName
{
background-color: #367959;
}
</style>
border-color css
<style>
span { border-color: #367959; }
span { border-color: rgb(54,121,89); }
td.TdClassName
{
border-color: #367959;
}
.TagClassName
{
border-color: #367959;
}
</style>