Shades of Amazon #36764A
Tints of Amazon #36764A
RGB
CMYK
RGB Variations
Color information
#36764A (or 0x36764A) is known color: Amazon. HEX triplet: 36, 76 and 4A. RGB value is (54,118,74). Sum of RGB (Red+Green+Blue) = 54+118+74=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 118 - color contains mainly: green. Hex color #36764A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36764A is #C989B5. Grayscale: #5D5D5D. Windows color (decimal): -13207990 or 4879926. OLE color: 4879926.
HSL color Cylindrical-coordinate representation of color #36764A: hue angle of 138.75º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #36764A is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 54 | 118 | 74 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.54 |
| HSL | 138.75º | 0.37% | 0.34% | - |
| HSV(B) | 138.75º | 0.54% | 0.46% | - |
| XYZ | 9.24 | 14.24 | 8.74 | - |
| YUV | 93.85 | 116.8 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 118 | 74 | 0.54 | 0 | 0.37 | 0.54 | 138.75 | 0.37 | 0.34 |
| Hex | 36 | 76 | 4A | 36 | 0 | 25 | 36 | 8B | 25 | 22 |
| Octal | 66 | 166 | 112 | 66 | 0 | 45 | 66 | 213 | 45 | 42 |
| Binary | 110110 | 1110110 | 1001010 | 110110 | 0 | 100101 | 110110 | 10001011 | 100101 | 100010 |
Color Harmonies of #36764A
Complementary color
Monochromatic Colors of #36764A
Black with #36764A
Text Example
Text Example
White with #36764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36764A; }
p { color: rgb(54,118,74); }
H1.HeaderClassName
{
color: #36764A;
}
.AnyTagClassName
{
color: #36764A;
}
</style>
background-color css
<style>
a { background-color: #36764A; }
a { background-color: rgb(54,118,74); }
div.DivClassName
{
background-color: #36764A;
}
.BgClassName
{
background-color: #36764A;
}
</style>
border-color css
<style>
span { border-color: #36764A; }
span { border-color: rgb(54,118,74); }
td.TdClassName
{
border-color: #36764A;
}
.TagClassName
{
border-color: #36764A;
}
</style>