Shades of Amazon #36864C
Tints of Amazon #36864C
RGB
CMYK
RGB Variations
Color information
#36864C (or 0x36864C) is known color: Amazon. HEX triplet: 36, 86 and 4C. RGB value is (54,134,76). Sum of RGB (Red+Green+Blue) = 54+134+76=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 134 (52.73% from 255 or 50.76% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 134 - color contains mainly: green. Hex color #36864C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36864C is #C979B3. Grayscale: #676767. Windows color (decimal): -13203892 or 5015094. OLE color: 5015094.
HSL color Cylindrical-coordinate representation of color #36864C: hue angle of 136.5º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #36864C is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 134 | 76 | - |
| CMYK | 0.60 | 0 | 0.43 | 0.47 |
| HSL | 136.5º | 0.43% | 0.37% | - |
| HSV(B) | 136.5º | 0.6% | 0.53% | - |
| XYZ | 11.35 | 18.36 | 9.78 | - |
| YUV | 103.47 | 112.5 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 134 | 76 | 0.60 | 0 | 0.43 | 0.47 | 136.5 | 0.43 | 0.37 |
| Hex | 36 | 86 | 4C | 3C | 0 | 2B | 2F | 88 | 2B | 25 |
| Octal | 66 | 206 | 114 | 74 | 0 | 53 | 57 | 210 | 53 | 45 |
| Binary | 110110 | 10000110 | 1001100 | 111100 | 0 | 101011 | 101111 | 10001000 | 101011 | 100101 |
Color Harmonies of #36864C
Complementary color
Monochromatic Colors of #36864C
Black with #36864C
Text Example
Text Example
White with #36864C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36864C; }
p { color: rgb(54,134,76); }
H1.HeaderClassName
{
color: #36864C;
}
.AnyTagClassName
{
color: #36864C;
}
</style>
background-color css
<style>
a { background-color: #36864C; }
a { background-color: rgb(54,134,76); }
div.DivClassName
{
background-color: #36864C;
}
.BgClassName
{
background-color: #36864C;
}
</style>
border-color css
<style>
span { border-color: #36864C; }
span { border-color: rgb(54,134,76); }
td.TdClassName
{
border-color: #36864C;
}
.TagClassName
{
border-color: #36864C;
}
</style>