Shades of Amazon #367D46
Tints of Amazon #367D46
RGB
CMYK
RGB Variations
Color information
#367D46 (or 0x367D46) is known color: Amazon. HEX triplet: 36, 7D and 46. RGB value is (54,125,70). Sum of RGB (Red+Green+Blue) = 54+125+70=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 125 (49.22% from 255 or 50.20% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 125 - color contains mainly: green. Hex color #367D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367D46 is #C982B9. Grayscale: #616161. Windows color (decimal): -13206202 or 4619574. OLE color: 4619574.
HSL color Cylindrical-coordinate representation of color #367D46: hue angle of 133.52º 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 #367D46 is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 125 | 70 | - |
| CMYK | 0.57 | 0 | 0.44 | 0.51 |
| HSL | 133.52º | 0.4% | 0.35% | - |
| HSV(B) | 133.52º | 0.57% | 0.49% | - |
| XYZ | 9.96 | 15.89 | 8.34 | - |
| YUV | 97.5 | 112.48 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 125 | 70 | 0.57 | 0 | 0.44 | 0.51 | 133.52 | 0.4 | 0.35 |
| Hex | 36 | 7D | 46 | 39 | 0 | 2C | 33 | 86 | 28 | 23 |
| Octal | 66 | 175 | 106 | 71 | 0 | 54 | 63 | 206 | 50 | 43 |
| Binary | 110110 | 1111101 | 1000110 | 111001 | 0 | 101100 | 110011 | 10000110 | 101000 | 100011 |
Color Harmonies of #367D46
Complementary color
Monochromatic Colors of #367D46
Black with #367D46
Text Example
Text Example
White with #367D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367D46; }
p { color: rgb(54,125,70); }
H1.HeaderClassName
{
color: #367D46;
}
.AnyTagClassName
{
color: #367D46;
}
</style>
background-color css
<style>
a { background-color: #367D46; }
a { background-color: rgb(54,125,70); }
div.DivClassName
{
background-color: #367D46;
}
.BgClassName
{
background-color: #367D46;
}
</style>
border-color css
<style>
span { border-color: #367D46; }
span { border-color: rgb(54,125,70); }
td.TdClassName
{
border-color: #367D46;
}
.TagClassName
{
border-color: #367D46;
}
</style>