Shades of Amazon #367C5F
Tints of Amazon #367C5F
RGB
CMYK
RGB Variations
Color information
#367C5F (or 0x367C5F) is known color: Amazon. HEX triplet: 36, 7C and 5F. RGB value is (54,124,95). Sum of RGB (Red+Green+Blue) = 54+124+95=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 124 - color contains mainly: green. Hex color #367C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C5F is #C983A0. Grayscale: #636363. Windows color (decimal): -13206433 or 6257718. OLE color: 6257718.
HSL color Cylindrical-coordinate representation of color #367C5F: hue angle of 155.14º 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 #367C5F is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 124 | 95 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.51 |
| HSL | 155.14º | 0.39% | 0.35% | - |
| HSV(B) | 155.14º | 0.56% | 0.49% | - |
| XYZ | 10.79 | 16.03 | 13.35 | - |
| YUV | 99.76 | 125.31 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 95 | 0.56 | 0 | 0.23 | 0.51 | 155.14 | 0.39 | 0.35 |
| Hex | 36 | 7C | 5F | 38 | 0 | 17 | 33 | 9B | 27 | 23 |
| Octal | 66 | 174 | 137 | 70 | 0 | 27 | 63 | 233 | 47 | 43 |
| Binary | 110110 | 1111100 | 1011111 | 111000 | 0 | 10111 | 110011 | 10011011 | 100111 | 100011 |
Color Harmonies of #367C5F
Complementary color
Monochromatic Colors of #367C5F
Black with #367C5F
Text Example
Text Example
White with #367C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367C5F; }
p { color: rgb(54,124,95); }
H1.HeaderClassName
{
color: #367C5F;
}
.AnyTagClassName
{
color: #367C5F;
}
</style>
background-color css
<style>
a { background-color: #367C5F; }
a { background-color: rgb(54,124,95); }
div.DivClassName
{
background-color: #367C5F;
}
.BgClassName
{
background-color: #367C5F;
}
</style>
border-color css
<style>
span { border-color: #367C5F; }
span { border-color: rgb(54,124,95); }
td.TdClassName
{
border-color: #367C5F;
}
.TagClassName
{
border-color: #367C5F;
}
</style>