Shades of Amazon #367C56
Tints of Amazon #367C56
RGB
CMYK
RGB Variations
Color information
#367C56 (or 0x367C56) is known color: Amazon. HEX triplet: 36, 7C and 56. RGB value is (54,124,86). Sum of RGB (Red+Green+Blue) = 54+124+86=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 124 (48.83% from 255 or 46.97% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 124 - color contains mainly: green. Hex color #367C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C56 is #C983A9. Grayscale: #626262. Windows color (decimal): -13206442 or 5667894. OLE color: 5667894.
HSL color Cylindrical-coordinate representation of color #367C56: hue angle of 147.43º 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 #367C56 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 124 | 86 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.51 |
| HSL | 147.43º | 0.39% | 0.35% | - |
| HSV(B) | 147.43º | 0.56% | 0.49% | - |
| XYZ | 10.41 | 15.87 | 11.32 | - |
| YUV | 98.74 | 120.81 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 86 | 0.56 | 0 | 0.31 | 0.51 | 147.43 | 0.39 | 0.35 |
| Hex | 36 | 7C | 56 | 38 | 0 | 1F | 33 | 93 | 27 | 23 |
| Octal | 66 | 174 | 126 | 70 | 0 | 37 | 63 | 223 | 47 | 43 |
| Binary | 110110 | 1111100 | 1010110 | 111000 | 0 | 11111 | 110011 | 10010011 | 100111 | 100011 |
Color Harmonies of #367C56
Complementary color
Monochromatic Colors of #367C56
Black with #367C56
Text Example
Text Example
White with #367C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367C56; }
p { color: rgb(54,124,86); }
H1.HeaderClassName
{
color: #367C56;
}
.AnyTagClassName
{
color: #367C56;
}
</style>
background-color css
<style>
a { background-color: #367C56; }
a { background-color: rgb(54,124,86); }
div.DivClassName
{
background-color: #367C56;
}
.BgClassName
{
background-color: #367C56;
}
</style>
border-color css
<style>
span { border-color: #367C56; }
span { border-color: rgb(54,124,86); }
td.TdClassName
{
border-color: #367C56;
}
.TagClassName
{
border-color: #367C56;
}
</style>