Shades of Amazon #36854A
Tints of Amazon #36854A
RGB
CMYK
RGB Variations
Color information
#36854A (or 0x36854A) is known color: Amazon. HEX triplet: 36, 85 and 4A. RGB value is (54,133,74). Sum of RGB (Red+Green+Blue) = 54+133+74=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 133 (52.34% from 255 or 50.96% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 133 - color contains mainly: green. Hex color #36854A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36854A is #C97AB5. Grayscale: #666666. Windows color (decimal): -13204150 or 4883766. OLE color: 4883766.
HSL color Cylindrical-coordinate representation of color #36854A: hue angle of 135.19º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36854A is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 133 | 74 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.48 |
| HSL | 135.19º | 0.42% | 0.37% | - |
| HSV(B) | 135.19º | 0.59% | 0.52% | - |
| XYZ | 11.14 | 18.05 | 9.38 | - |
| YUV | 102.65 | 111.83 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 133 | 74 | 0.59 | 0 | 0.44 | 0.48 | 135.19 | 0.42 | 0.37 |
| Hex | 36 | 85 | 4A | 3B | 0 | 2C | 30 | 87 | 2A | 25 |
| Octal | 66 | 205 | 112 | 73 | 0 | 54 | 60 | 207 | 52 | 45 |
| Binary | 110110 | 10000101 | 1001010 | 111011 | 0 | 101100 | 110000 | 10000111 | 101010 | 100101 |
Color Harmonies of #36854A
Complementary color
Monochromatic Colors of #36854A
Black with #36854A
Text Example
Text Example
White with #36854A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36854A; }
p { color: rgb(54,133,74); }
H1.HeaderClassName
{
color: #36854A;
}
.AnyTagClassName
{
color: #36854A;
}
</style>
background-color css
<style>
a { background-color: #36854A; }
a { background-color: rgb(54,133,74); }
div.DivClassName
{
background-color: #36854A;
}
.BgClassName
{
background-color: #36854A;
}
</style>
border-color css
<style>
span { border-color: #36854A; }
span { border-color: rgb(54,133,74); }
td.TdClassName
{
border-color: #36854A;
}
.TagClassName
{
border-color: #36854A;
}
</style>