Shades of Amazon #367C48
Tints of Amazon #367C48
RGB
CMYK
RGB Variations
Color information
#367C48 (or 0x367C48) is known color: Amazon. HEX triplet: 36, 7C and 48. RGB value is (54,124,72). Sum of RGB (Red+Green+Blue) = 54+124+72=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 124 (48.83% from 255 or 49.6% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 124 - color contains mainly: green. Hex color #367C48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367C48 is #C983B7. Grayscale: #616161. Windows color (decimal): -13206456 or 4750390. OLE color: 4750390.
HSL color Cylindrical-coordinate representation of color #367C48: hue angle of 135.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 #367C48 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 124 | 72 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.51 |
| HSL | 135.43º | 0.39% | 0.35% | - |
| HSV(B) | 135.43º | 0.56% | 0.49% | - |
| XYZ | 9.9 | 15.67 | 8.63 | - |
| YUV | 97.14 | 113.81 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 72 | 0.56 | 0 | 0.42 | 0.51 | 135.43 | 0.39 | 0.35 |
| Hex | 36 | 7C | 48 | 38 | 0 | 2A | 33 | 87 | 27 | 23 |
| Octal | 66 | 174 | 110 | 70 | 0 | 52 | 63 | 207 | 47 | 43 |
| Binary | 110110 | 1111100 | 1001000 | 111000 | 0 | 101010 | 110011 | 10000111 | 100111 | 100011 |
Color Harmonies of #367C48
Complementary color
Monochromatic Colors of #367C48
Black with #367C48
Text Example
Text Example
White with #367C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367C48; }
p { color: rgb(54,124,72); }
H1.HeaderClassName
{
color: #367C48;
}
.AnyTagClassName
{
color: #367C48;
}
</style>
background-color css
<style>
a { background-color: #367C48; }
a { background-color: rgb(54,124,72); }
div.DivClassName
{
background-color: #367C48;
}
.BgClassName
{
background-color: #367C48;
}
</style>
border-color css
<style>
span { border-color: #367C48; }
span { border-color: rgb(54,124,72); }
td.TdClassName
{
border-color: #367C48;
}
.TagClassName
{
border-color: #367C48;
}
</style>