Shades of Amazon #367653
Tints of Amazon #367653
RGB
CMYK
RGB Variations
Color information
#367653 (or 0x367653) is known color: Amazon. HEX triplet: 36, 76 and 53. RGB value is (54,118,83). Sum of RGB (Red+Green+Blue) = 54+118+83=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 83 (32.81% from 255 or 32.55% from 255); Max value from RGB is 118 - color contains mainly: green. Hex color #367653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367653 is #C989AC. Grayscale: #5E5E5E. Windows color (decimal): -13207981 or 5469750. OLE color: 5469750.
HSL color Cylindrical-coordinate representation of color #367653: hue angle of 147.19º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #367653 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 54 | 118 | 83 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.54 |
| HSL | 147.19º | 0.37% | 0.34% | - |
| HSV(B) | 147.19º | 0.54% | 0.46% | - |
| XYZ | 9.56 | 14.37 | 10.45 | - |
| YUV | 94.87 | 121.3 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 118 | 83 | 0.54 | 0 | 0.30 | 0.54 | 147.19 | 0.37 | 0.34 |
| Hex | 36 | 76 | 53 | 36 | 0 | 1E | 36 | 93 | 25 | 22 |
| Octal | 66 | 166 | 123 | 66 | 0 | 36 | 66 | 223 | 45 | 42 |
| Binary | 110110 | 1110110 | 1010011 | 110110 | 0 | 11110 | 110110 | 10010011 | 100101 | 100010 |
Color Harmonies of #367653
Complementary color
Monochromatic Colors of #367653
Black with #367653
Text Example
Text Example
White with #367653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367653; }
p { color: rgb(54,118,83); }
H1.HeaderClassName
{
color: #367653;
}
.AnyTagClassName
{
color: #367653;
}
</style>
background-color css
<style>
a { background-color: #367653; }
a { background-color: rgb(54,118,83); }
div.DivClassName
{
background-color: #367653;
}
.BgClassName
{
background-color: #367653;
}
</style>
border-color css
<style>
span { border-color: #367653; }
span { border-color: rgb(54,118,83); }
td.TdClassName
{
border-color: #367653;
}
.TagClassName
{
border-color: #367653;
}
</style>