Shades of Amazon #36854C
Tints of Amazon #36854C
RGB
CMYK
RGB Variations
Color information
#36854C (or 0x36854C) is known color: Amazon. HEX triplet: 36, 85 and 4C. RGB value is (54,133,76). Sum of RGB (Red+Green+Blue) = 54+133+76=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #36854C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36854C is #C97AB3. Grayscale: #676767. Windows color (decimal): -13204148 or 5014838. OLE color: 5014838.
HSL color Cylindrical-coordinate representation of color #36854C: hue angle of 136.71º 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 #36854C is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 133 | 76 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.48 |
| HSL | 136.71º | 0.42% | 0.37% | - |
| HSV(B) | 136.71º | 0.59% | 0.52% | - |
| XYZ | 11.21 | 18.08 | 9.74 | - |
| YUV | 102.88 | 112.83 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 133 | 76 | 0.59 | 0 | 0.43 | 0.48 | 136.71 | 0.42 | 0.37 |
| Hex | 36 | 85 | 4C | 3B | 0 | 2B | 30 | 89 | 2A | 25 |
| Octal | 66 | 205 | 114 | 73 | 0 | 53 | 60 | 211 | 52 | 45 |
| Binary | 110110 | 10000101 | 1001100 | 111011 | 0 | 101011 | 110000 | 10001001 | 101010 | 100101 |
Color Harmonies of #36854C
Complementary color
Monochromatic Colors of #36854C
Black with #36854C
Text Example
Text Example
White with #36854C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36854C; }
p { color: rgb(54,133,76); }
H1.HeaderClassName
{
color: #36854C;
}
.AnyTagClassName
{
color: #36854C;
}
</style>
background-color css
<style>
a { background-color: #36854C; }
a { background-color: rgb(54,133,76); }
div.DivClassName
{
background-color: #36854C;
}
.BgClassName
{
background-color: #36854C;
}
</style>
border-color css
<style>
span { border-color: #36854C; }
span { border-color: rgb(54,133,76); }
td.TdClassName
{
border-color: #36854C;
}
.TagClassName
{
border-color: #36854C;
}
</style>