Shades of Amazon #367C46
Tints of Amazon #367C46
RGB
CMYK
RGB Variations
Color information
#367C46 (or 0x367C46) is known color: Amazon. HEX triplet: 36, 7C and 46. RGB value is (54,124,70). Sum of RGB (Red+Green+Blue) = 54+124+70=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 124 (48.83% from 255 or 50% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 124 - color contains mainly: green. Hex color #367C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367C46 is #C983B9. Grayscale: #616161. Windows color (decimal): -13206458 or 4619318. OLE color: 4619318.
HSL color Cylindrical-coordinate representation of color #367C46: hue angle of 133.71º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #367C46 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 124 | 70 | - |
| CMYK | 0.56 | 0 | 0.44 | 0.51 |
| HSL | 133.71º | 0.39% | 0.35% | - |
| HSV(B) | 133.71º | 0.56% | 0.49% | - |
| XYZ | 9.83 | 15.64 | 8.3 | - |
| YUV | 96.91 | 112.81 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 70 | 0.56 | 0 | 0.44 | 0.51 | 133.71 | 0.39 | 0.35 |
| Hex | 36 | 7C | 46 | 38 | 0 | 2C | 33 | 86 | 27 | 23 |
| Octal | 66 | 174 | 106 | 70 | 0 | 54 | 63 | 206 | 47 | 43 |
| Binary | 110110 | 1111100 | 1000110 | 111000 | 0 | 101100 | 110011 | 10000110 | 100111 | 100011 |
Color Harmonies of #367C46
Complementary color
Monochromatic Colors of #367C46
Black with #367C46
Text Example
Text Example
White with #367C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367C46; }
p { color: rgb(54,124,70); }
H1.HeaderClassName
{
color: #367C46;
}
.AnyTagClassName
{
color: #367C46;
}
</style>
background-color css
<style>
a { background-color: #367C46; }
a { background-color: rgb(54,124,70); }
div.DivClassName
{
background-color: #367C46;
}
.BgClassName
{
background-color: #367C46;
}
</style>
border-color css
<style>
span { border-color: #367C46; }
span { border-color: rgb(54,124,70); }
td.TdClassName
{
border-color: #367C46;
}
.TagClassName
{
border-color: #367C46;
}
</style>