Shades of Amazon #367F4B
Tints of Amazon #367F4B
RGB
CMYK
RGB Variations
Color information
#367F4B (or 0x367F4B) is known color: Amazon. HEX triplet: 36, 7F and 4B. RGB value is (54,127,75). Sum of RGB (Red+Green+Blue) = 54+127+75=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 127 (50% from 255 or 49.61% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 127 - color contains mainly: green. Hex color #367F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367F4B is #C980B4. Grayscale: #636363. Windows color (decimal): -13205685 or 4947766. OLE color: 4947766.
HSL color Cylindrical-coordinate representation of color #367F4B: hue angle of 137.26º 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 #367F4B is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 127 | 75 | - |
| CMYK | 0.57 | 0 | 0.41 | 0.50 |
| HSL | 137.26º | 0.4% | 0.35% | - |
| HSV(B) | 137.26º | 0.57% | 0.5% | - |
| XYZ | 10.38 | 16.47 | 9.29 | - |
| YUV | 99.25 | 114.32 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 75 | 0.57 | 0 | 0.41 | 0.50 | 137.26 | 0.4 | 0.35 |
| Hex | 36 | 7F | 4B | 39 | 0 | 29 | 32 | 89 | 28 | 23 |
| Octal | 66 | 177 | 113 | 71 | 0 | 51 | 62 | 211 | 50 | 43 |
| Binary | 110110 | 1111111 | 1001011 | 111001 | 0 | 101001 | 110010 | 10001001 | 101000 | 100011 |
Color Harmonies of #367F4B
Complementary color
Monochromatic Colors of #367F4B
Black with #367F4B
Text Example
Text Example
White with #367F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367F4B; }
p { color: rgb(54,127,75); }
H1.HeaderClassName
{
color: #367F4B;
}
.AnyTagClassName
{
color: #367F4B;
}
</style>
background-color css
<style>
a { background-color: #367F4B; }
a { background-color: rgb(54,127,75); }
div.DivClassName
{
background-color: #367F4B;
}
.BgClassName
{
background-color: #367F4B;
}
</style>
border-color css
<style>
span { border-color: #367F4B; }
span { border-color: rgb(54,127,75); }
td.TdClassName
{
border-color: #367F4B;
}
.TagClassName
{
border-color: #367F4B;
}
</style>