Shades of Amazon #36844D
Tints of Amazon #36844D
RGB
CMYK
RGB Variations
Color information
#36844D (or 0x36844D) is known color: Amazon. HEX triplet: 36, 84 and 4D. RGB value is (54,132,77). Sum of RGB (Red+Green+Blue) = 54+132+77=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 132 (51.95% from 255 or 50.19% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 132 - color contains mainly: green. Hex color #36844D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36844D is #C97BB2. Grayscale: #666666. Windows color (decimal): -13204403 or 5080118. OLE color: 5080118.
HSL color Cylindrical-coordinate representation of color #36844D: hue angle of 137.69º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36844D is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 132 | 77 | - |
| CMYK | 0.59 | 0 | 0.42 | 0.48 |
| HSL | 137.69º | 0.42% | 0.36% | - |
| HSV(B) | 137.69º | 0.59% | 0.52% | - |
| XYZ | 11.11 | 17.82 | 9.88 | - |
| YUV | 102.41 | 113.66 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 132 | 77 | 0.59 | 0 | 0.42 | 0.48 | 137.69 | 0.42 | 0.36 |
| Hex | 36 | 84 | 4D | 3B | 0 | 2A | 30 | 8A | 2A | 24 |
| Octal | 66 | 204 | 115 | 73 | 0 | 52 | 60 | 212 | 52 | 44 |
| Binary | 110110 | 10000100 | 1001101 | 111011 | 0 | 101010 | 110000 | 10001010 | 101010 | 100100 |
Color Harmonies of #36844D
Complementary color
Monochromatic Colors of #36844D
Black with #36844D
Text Example
Text Example
White with #36844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36844D; }
p { color: rgb(54,132,77); }
H1.HeaderClassName
{
color: #36844D;
}
.AnyTagClassName
{
color: #36844D;
}
</style>
background-color css
<style>
a { background-color: #36844D; }
a { background-color: rgb(54,132,77); }
div.DivClassName
{
background-color: #36844D;
}
.BgClassName
{
background-color: #36844D;
}
</style>
border-color css
<style>
span { border-color: #36844D; }
span { border-color: rgb(54,132,77); }
td.TdClassName
{
border-color: #36844D;
}
.TagClassName
{
border-color: #36844D;
}
</style>