Shades of Amazon #36794B
Tints of Amazon #36794B
RGB
CMYK
RGB Variations
Color information
#36794B (or 0x36794B) is known color: Amazon. HEX triplet: 36, 79 and 4B. RGB value is (54,121,75). Sum of RGB (Red+Green+Blue) = 54+121+75=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 121 (47.66% from 255 or 48.4% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 121 - color contains mainly: green. Hex color #36794B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36794B is #C986B4. Grayscale: #5F5F5F. Windows color (decimal): -13207221 or 4946230. OLE color: 4946230.
HSL color Cylindrical-coordinate representation of color #36794B: hue angle of 138.81º 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 #36794B is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 121 | 75 | - |
| CMYK | 0.55 | 0 | 0.38 | 0.53 |
| HSL | 138.81º | 0.38% | 0.34% | - |
| HSV(B) | 138.81º | 0.55% | 0.47% | - |
| XYZ | 9.63 | 14.97 | 9.04 | - |
| YUV | 95.72 | 116.3 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 121 | 75 | 0.55 | 0 | 0.38 | 0.53 | 138.81 | 0.38 | 0.34 |
| Hex | 36 | 79 | 4B | 37 | 0 | 26 | 35 | 8B | 26 | 22 |
| Octal | 66 | 171 | 113 | 67 | 0 | 46 | 65 | 213 | 46 | 42 |
| Binary | 110110 | 1111001 | 1001011 | 110111 | 0 | 100110 | 110101 | 10001011 | 100110 | 100010 |
Color Harmonies of #36794B
Complementary color
Monochromatic Colors of #36794B
Black with #36794B
Text Example
Text Example
White with #36794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36794B; }
p { color: rgb(54,121,75); }
H1.HeaderClassName
{
color: #36794B;
}
.AnyTagClassName
{
color: #36794B;
}
</style>
background-color css
<style>
a { background-color: #36794B; }
a { background-color: rgb(54,121,75); }
div.DivClassName
{
background-color: #36794B;
}
.BgClassName
{
background-color: #36794B;
}
</style>
border-color css
<style>
span { border-color: #36794B; }
span { border-color: rgb(54,121,75); }
td.TdClassName
{
border-color: #36794B;
}
.TagClassName
{
border-color: #36794B;
}
</style>