Shades of Amazon #36795F
Tints of Amazon #36795F
RGB
CMYK
RGB Variations
Color information
#36795F (or 0x36795F) is known color: Amazon. HEX triplet: 36, 79 and 5F. RGB value is (54,121,95). Sum of RGB (Red+Green+Blue) = 54+121+95=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 121 - color contains mainly: green. Hex color #36795F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36795F is #C986A0. Grayscale: #626262. Windows color (decimal): -13207201 or 6256950. OLE color: 6256950.
HSL color Cylindrical-coordinate representation of color #36795F: hue angle of 156.72º 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 #36795F is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 121 | 95 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.53 |
| HSL | 156.72º | 0.38% | 0.34% | - |
| HSV(B) | 156.72º | 0.55% | 0.47% | - |
| XYZ | 10.42 | 15.29 | 13.23 | - |
| YUV | 98 | 126.3 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 121 | 95 | 0.55 | 0 | 0.21 | 0.53 | 156.72 | 0.38 | 0.34 |
| Hex | 36 | 79 | 5F | 37 | 0 | 15 | 35 | 9D | 26 | 22 |
| Octal | 66 | 171 | 137 | 67 | 0 | 25 | 65 | 235 | 46 | 42 |
| Binary | 110110 | 1111001 | 1011111 | 110111 | 0 | 10101 | 110101 | 10011101 | 100110 | 100010 |
Color Harmonies of #36795F
Complementary color
Monochromatic Colors of #36795F
Black with #36795F
Text Example
Text Example
White with #36795F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36795F; }
p { color: rgb(54,121,95); }
H1.HeaderClassName
{
color: #36795F;
}
.AnyTagClassName
{
color: #36795F;
}
</style>
background-color css
<style>
a { background-color: #36795F; }
a { background-color: rgb(54,121,95); }
div.DivClassName
{
background-color: #36795F;
}
.BgClassName
{
background-color: #36795F;
}
</style>
border-color css
<style>
span { border-color: #36795F; }
span { border-color: rgb(54,121,95); }
td.TdClassName
{
border-color: #36795F;
}
.TagClassName
{
border-color: #36795F;
}
</style>