Shades of Amazon #367F4E
Tints of Amazon #367F4E
RGB
CMYK
RGB Variations
Color information
#367F4E (or 0x367F4E) is known color: Amazon. HEX triplet: 36, 7F and 4E. RGB value is (54,127,78). Sum of RGB (Red+Green+Blue) = 54+127+78=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 127 (50% from 255 or 49.03% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 127 - color contains mainly: green. Hex color #367F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367F4E is #C980B1. Grayscale: #636363. Windows color (decimal): -13205682 or 5144374. OLE color: 5144374.
HSL color Cylindrical-coordinate representation of color #367F4E: hue angle of 139.73º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #367F4E is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 127 | 78 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.50 |
| HSL | 139.73º | 0.4% | 0.35% | - |
| HSV(B) | 139.73º | 0.57% | 0.5% | - |
| XYZ | 10.49 | 16.51 | 9.84 | - |
| YUV | 99.59 | 115.82 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 78 | 0.57 | 0 | 0.39 | 0.50 | 139.73 | 0.4 | 0.35 |
| Hex | 36 | 7F | 4E | 39 | 0 | 27 | 32 | 8C | 28 | 23 |
| Octal | 66 | 177 | 116 | 71 | 0 | 47 | 62 | 214 | 50 | 43 |
| Binary | 110110 | 1111111 | 1001110 | 111001 | 0 | 100111 | 110010 | 10001100 | 101000 | 100011 |
Color Harmonies of #367F4E
Complementary color
Monochromatic Colors of #367F4E
Black with #367F4E
Text Example
Text Example
White with #367F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367F4E; }
p { color: rgb(54,127,78); }
H1.HeaderClassName
{
color: #367F4E;
}
.AnyTagClassName
{
color: #367F4E;
}
</style>
background-color css
<style>
a { background-color: #367F4E; }
a { background-color: rgb(54,127,78); }
div.DivClassName
{
background-color: #367F4E;
}
.BgClassName
{
background-color: #367F4E;
}
</style>
border-color css
<style>
span { border-color: #367F4E; }
span { border-color: rgb(54,127,78); }
td.TdClassName
{
border-color: #367F4E;
}
.TagClassName
{
border-color: #367F4E;
}
</style>