Shades of Amazon #367F5C
Tints of Amazon #367F5C
RGB
CMYK
RGB Variations
Color information
#367F5C (or 0x367F5C) is known color: Amazon. HEX triplet: 36, 7F and 5C. RGB value is (54,127,92). Sum of RGB (Red+Green+Blue) = 54+127+92=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 127 (50% from 255 or 46.52% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 127 - color contains mainly: green. Hex color #367F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367F5C is #C980A3. Grayscale: #656565. Windows color (decimal): -13205668 or 6061878. OLE color: 6061878.
HSL color Cylindrical-coordinate representation of color #367F5C: hue angle of 151.23º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #367F5C is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 127 | 92 | - |
| CMYK | 0.57 | 0 | 0.28 | 0.50 |
| HSL | 151.23º | 0.4% | 0.35% | - |
| HSV(B) | 151.23º | 0.57% | 0.5% | - |
| XYZ | 11.04 | 16.74 | 12.77 | - |
| YUV | 101.18 | 122.82 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 92 | 0.57 | 0 | 0.28 | 0.50 | 151.23 | 0.4 | 0.35 |
| Hex | 36 | 7F | 5C | 39 | 0 | 1C | 32 | 97 | 28 | 23 |
| Octal | 66 | 177 | 134 | 71 | 0 | 34 | 62 | 227 | 50 | 43 |
| Binary | 110110 | 1111111 | 1011100 | 111001 | 0 | 11100 | 110010 | 10010111 | 101000 | 100011 |
Color Harmonies of #367F5C
Complementary color
Monochromatic Colors of #367F5C
Black with #367F5C
Text Example
Text Example
White with #367F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367F5C; }
p { color: rgb(54,127,92); }
H1.HeaderClassName
{
color: #367F5C;
}
.AnyTagClassName
{
color: #367F5C;
}
</style>
background-color css
<style>
a { background-color: #367F5C; }
a { background-color: rgb(54,127,92); }
div.DivClassName
{
background-color: #367F5C;
}
.BgClassName
{
background-color: #367F5C;
}
</style>
border-color css
<style>
span { border-color: #367F5C; }
span { border-color: rgb(54,127,92); }
td.TdClassName
{
border-color: #367F5C;
}
.TagClassName
{
border-color: #367F5C;
}
</style>