Shades of Amazon #367648
Tints of Amazon #367648
RGB
CMYK
RGB Variations
Color information
#367648 (or 0x367648) is known color: Amazon. HEX triplet: 36, 76 and 48. RGB value is (54,118,72). Sum of RGB (Red+Green+Blue) = 54+118+72=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #367648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367648 is #C989B7. Grayscale: #5D5D5D. Windows color (decimal): -13207992 or 4748854. OLE color: 4748854.
HSL color Cylindrical-coordinate representation of color #367648: hue angle of 136.88º 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 #367648 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 54 | 118 | 72 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.54 |
| HSL | 136.88º | 0.37% | 0.34% | - |
| HSV(B) | 136.88º | 0.54% | 0.46% | - |
| XYZ | 9.17 | 14.21 | 8.39 | - |
| YUV | 93.62 | 115.8 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 118 | 72 | 0.54 | 0 | 0.39 | 0.54 | 136.88 | 0.37 | 0.34 |
| Hex | 36 | 76 | 48 | 36 | 0 | 27 | 36 | 89 | 25 | 22 |
| Octal | 66 | 166 | 110 | 66 | 0 | 47 | 66 | 211 | 45 | 42 |
| Binary | 110110 | 1110110 | 1001000 | 110110 | 0 | 100111 | 110110 | 10001001 | 100101 | 100010 |
Color Harmonies of #367648
Complementary color
Monochromatic Colors of #367648
Black with #367648
Text Example
Text Example
White with #367648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367648; }
p { color: rgb(54,118,72); }
H1.HeaderClassName
{
color: #367648;
}
.AnyTagClassName
{
color: #367648;
}
</style>
background-color css
<style>
a { background-color: #367648; }
a { background-color: rgb(54,118,72); }
div.DivClassName
{
background-color: #367648;
}
.BgClassName
{
background-color: #367648;
}
</style>
border-color css
<style>
span { border-color: #367648; }
span { border-color: rgb(54,118,72); }
td.TdClassName
{
border-color: #367648;
}
.TagClassName
{
border-color: #367648;
}
</style>