Shades of Amazon #367E45
Tints of Amazon #367E45
RGB
CMYK
RGB Variations
Color information
#367E45 (or 0x367E45) is known color: Amazon. HEX triplet: 36, 7E and 45. RGB value is (54,126,69). Sum of RGB (Red+Green+Blue) = 54+126+69=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 126 (49.61% from 255 or 50.60% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 126 - color contains mainly: green. Hex color #367E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367E45 is #C981BA. Grayscale: #626262. Windows color (decimal): -13205947 or 4554294. OLE color: 4554294.
HSL color Cylindrical-coordinate representation of color #367E45: hue angle of 132.5º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #367E45 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 126 | 69 | - |
| CMYK | 0.57 | 0 | 0.45 | 0.51 |
| HSL | 132.5º | 0.4% | 0.35% | - |
| HSV(B) | 132.5º | 0.57% | 0.49% | - |
| XYZ | 10.06 | 16.14 | 8.21 | - |
| YUV | 97.97 | 111.65 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 126 | 69 | 0.57 | 0 | 0.45 | 0.51 | 132.5 | 0.4 | 0.35 |
| Hex | 36 | 7E | 45 | 39 | 0 | 2D | 33 | 84 | 28 | 23 |
| Octal | 66 | 176 | 105 | 71 | 0 | 55 | 63 | 204 | 50 | 43 |
| Binary | 110110 | 1111110 | 1000101 | 111001 | 0 | 101101 | 110011 | 10000100 | 101000 | 100011 |
Color Harmonies of #367E45
Complementary color
Monochromatic Colors of #367E45
Black with #367E45
Text Example
Text Example
White with #367E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367E45; }
p { color: rgb(54,126,69); }
H1.HeaderClassName
{
color: #367E45;
}
.AnyTagClassName
{
color: #367E45;
}
</style>
background-color css
<style>
a { background-color: #367E45; }
a { background-color: rgb(54,126,69); }
div.DivClassName
{
background-color: #367E45;
}
.BgClassName
{
background-color: #367E45;
}
</style>
border-color css
<style>
span { border-color: #367E45; }
span { border-color: rgb(54,126,69); }
td.TdClassName
{
border-color: #367E45;
}
.TagClassName
{
border-color: #367E45;
}
</style>