Shades of Amazon #367E4F
Tints of Amazon #367E4F
RGB
CMYK
RGB Variations
Color information
#367E4F (or 0x367E4F) is known color: Amazon. HEX triplet: 36, 7E and 4F. RGB value is (54,126,79). Sum of RGB (Red+Green+Blue) = 54+126+79=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 126 (49.61% from 255 or 48.65% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 126 - color contains mainly: green. Hex color #367E4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367E4F is #C981B0. Grayscale: #636363. Windows color (decimal): -13205937 or 5209654. OLE color: 5209654.
HSL color Cylindrical-coordinate representation of color #367E4F: hue angle of 140.83º 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 #367E4F is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 126 | 79 | - |
| CMYK | 0.57 | 0 | 0.37 | 0.51 |
| HSL | 140.83º | 0.4% | 0.35% | - |
| HSV(B) | 140.83º | 0.57% | 0.49% | - |
| XYZ | 10.39 | 16.27 | 9.99 | - |
| YUV | 99.11 | 116.65 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 126 | 79 | 0.57 | 0 | 0.37 | 0.51 | 140.83 | 0.4 | 0.35 |
| Hex | 36 | 7E | 4F | 39 | 0 | 25 | 33 | 8D | 28 | 23 |
| Octal | 66 | 176 | 117 | 71 | 0 | 45 | 63 | 215 | 50 | 43 |
| Binary | 110110 | 1111110 | 1001111 | 111001 | 0 | 100101 | 110011 | 10001101 | 101000 | 100011 |
Color Harmonies of #367E4F
Complementary color
Monochromatic Colors of #367E4F
Black with #367E4F
Text Example
Text Example
White with #367E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367E4F; }
p { color: rgb(54,126,79); }
H1.HeaderClassName
{
color: #367E4F;
}
.AnyTagClassName
{
color: #367E4F;
}
</style>
background-color css
<style>
a { background-color: #367E4F; }
a { background-color: rgb(54,126,79); }
div.DivClassName
{
background-color: #367E4F;
}
.BgClassName
{
background-color: #367E4F;
}
</style>
border-color css
<style>
span { border-color: #367E4F; }
span { border-color: rgb(54,126,79); }
td.TdClassName
{
border-color: #367E4F;
}
.TagClassName
{
border-color: #367E4F;
}
</style>