Shades of Amazon #367945
Tints of Amazon #367945
RGB
CMYK
RGB Variations
Color information
#367945 (or 0x367945) is known color: Amazon. HEX triplet: 36, 79 and 45. RGB value is (54,121,69). Sum of RGB (Red+Green+Blue) = 54+121+69=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 121 (47.66% from 255 or 49.59% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 121 - color contains mainly: green. Hex color #367945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367945 is #C986BA. Grayscale: #5F5F5F. Windows color (decimal): -13207227 or 4553014. OLE color: 4553014.
HSL color Cylindrical-coordinate representation of color #367945: hue angle of 133.43º 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 #367945 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 121 | 69 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.53 |
| HSL | 133.43º | 0.38% | 0.34% | - |
| HSV(B) | 133.43º | 0.55% | 0.47% | - |
| XYZ | 9.43 | 14.89 | 8.01 | - |
| YUV | 95.04 | 113.3 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 121 | 69 | 0.55 | 0 | 0.43 | 0.53 | 133.43 | 0.38 | 0.34 |
| Hex | 36 | 79 | 45 | 37 | 0 | 2B | 35 | 85 | 26 | 22 |
| Octal | 66 | 171 | 105 | 67 | 0 | 53 | 65 | 205 | 46 | 42 |
| Binary | 110110 | 1111001 | 1000101 | 110111 | 0 | 101011 | 110101 | 10000101 | 100110 | 100010 |
Color Harmonies of #367945
Complementary color
Monochromatic Colors of #367945
Black with #367945
Text Example
Text Example
White with #367945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367945; }
p { color: rgb(54,121,69); }
H1.HeaderClassName
{
color: #367945;
}
.AnyTagClassName
{
color: #367945;
}
</style>
background-color css
<style>
a { background-color: #367945; }
a { background-color: rgb(54,121,69); }
div.DivClassName
{
background-color: #367945;
}
.BgClassName
{
background-color: #367945;
}
</style>
border-color css
<style>
span { border-color: #367945; }
span { border-color: rgb(54,121,69); }
td.TdClassName
{
border-color: #367945;
}
.TagClassName
{
border-color: #367945;
}
</style>