Shades of Amazon #368847
Tints of Amazon #368847
RGB
CMYK
RGB Variations
Color information
#368847 (or 0x368847) is known color: Amazon. HEX triplet: 36, 88 and 47. RGB value is (54,136,71). Sum of RGB (Red+Green+Blue) = 54+136+71=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #368847 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368847 is #C977B8. Grayscale: #686868. Windows color (decimal): -13203385 or 4687926. OLE color: 4687926.
HSL color Cylindrical-coordinate representation of color #368847: hue angle of 132.44º 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 #368847 is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 136 | 71 | - |
| CMYK | 0.60 | 0 | 0.48 | 0.47 |
| HSL | 132.44º | 0.43% | 0.37% | - |
| HSV(B) | 132.44º | 0.6% | 0.53% | - |
| XYZ | 11.46 | 18.85 | 9 | - |
| YUV | 104.07 | 109.33 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 136 | 71 | 0.60 | 0 | 0.48 | 0.47 | 132.44 | 0.43 | 0.37 |
| Hex | 36 | 88 | 47 | 3C | 0 | 30 | 2F | 84 | 2B | 25 |
| Octal | 66 | 210 | 107 | 74 | 0 | 60 | 57 | 204 | 53 | 45 |
| Binary | 110110 | 10001000 | 1000111 | 111100 | 0 | 110000 | 101111 | 10000100 | 101011 | 100101 |
Color Harmonies of #368847
Complementary color
Monochromatic Colors of #368847
Black with #368847
Text Example
Text Example
White with #368847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368847; }
p { color: rgb(54,136,71); }
H1.HeaderClassName
{
color: #368847;
}
.AnyTagClassName
{
color: #368847;
}
</style>
background-color css
<style>
a { background-color: #368847; }
a { background-color: rgb(54,136,71); }
div.DivClassName
{
background-color: #368847;
}
.BgClassName
{
background-color: #368847;
}
</style>
border-color css
<style>
span { border-color: #368847; }
span { border-color: rgb(54,136,71); }
td.TdClassName
{
border-color: #368847;
}
.TagClassName
{
border-color: #368847;
}
</style>