Shades of Amazon #367854
Tints of Amazon #367854
RGB
CMYK
RGB Variations
Color information
#367854 (or 0x367854) is known color: Amazon. HEX triplet: 36, 78 and 54. RGB value is (54,120,84). Sum of RGB (Red+Green+Blue) = 54+120+84=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 120 - color contains mainly: green. Hex color #367854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367854 is #C987AB. Grayscale: #606060. Windows color (decimal): -13207468 or 5535798. OLE color: 5535798.
HSL color Cylindrical-coordinate representation of color #367854: hue angle of 147.27º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #367854 is Cyan = 0.55, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 120 | 84 | - |
| CMYK | 0.55 | 0 | 0.3 | 0.53 |
| HSL | 147.27º | 0.38% | 0.34% | - |
| HSV(B) | 147.27º | 0.55% | 0.47% | - |
| XYZ | 9.84 | 14.86 | 10.74 | - |
| YUV | 96.16 | 121.13 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 120 | 84 | 0.55 | 0 | 0.3 | 0.53 | 147.27 | 0.38 | 0.34 |
| Hex | 36 | 78 | 54 | 37 | 0 | 1E | 35 | 93 | 26 | 22 |
| Octal | 66 | 170 | 124 | 67 | 0 | 36 | 65 | 223 | 46 | 42 |
| Binary | 110110 | 1111000 | 1010100 | 110111 | 0 | 11110 | 110101 | 10010011 | 100110 | 100010 |
Color Harmonies of #367854
Complementary color
Monochromatic Colors of #367854
Black with #367854
Text Example
Text Example
White with #367854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367854; }
p { color: rgb(54,120,84); }
H1.HeaderClassName
{
color: #367854;
}
.AnyTagClassName
{
color: #367854;
}
</style>
background-color css
<style>
a { background-color: #367854; }
a { background-color: rgb(54,120,84); }
div.DivClassName
{
background-color: #367854;
}
.BgClassName
{
background-color: #367854;
}
</style>
border-color css
<style>
span { border-color: #367854; }
span { border-color: rgb(54,120,84); }
td.TdClassName
{
border-color: #367854;
}
.TagClassName
{
border-color: #367854;
}
</style>