Shades of Amazon #36765C
Tints of Amazon #36765C
RGB
CMYK
RGB Variations
Color information
#36765C (or 0x36765C) is known color: Amazon. HEX triplet: 36, 76 and 5C. RGB value is (54,118,92). Sum of RGB (Red+Green+Blue) = 54+118+92=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 118 - color contains mainly: green. Hex color #36765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36765C is #C989A3. Grayscale: #5F5F5F. Windows color (decimal): -13207972 or 6059574. OLE color: 6059574.
HSL color Cylindrical-coordinate representation of color #36765C: hue angle of 155.62º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #36765C is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 54 | 118 | 92 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.54 |
| HSL | 155.63º | 0.37% | 0.34% | - |
| HSV(B) | 155.63º | 0.54% | 0.46% | - |
| XYZ | 9.93 | 14.51 | 12.4 | - |
| YUV | 95.9 | 125.8 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 118 | 92 | 0.54 | 0 | 0.22 | 0.54 | 155.63 | 0.37 | 0.34 |
| Hex | 36 | 76 | 5C | 36 | 0 | 16 | 36 | 9C | 25 | 22 |
| Octal | 66 | 166 | 134 | 66 | 0 | 26 | 66 | 234 | 45 | 42 |
| Binary | 110110 | 1110110 | 1011100 | 110110 | 0 | 10110 | 110110 | 10011100 | 100101 | 100010 |
Color Harmonies of #36765C
Complementary color
Monochromatic Colors of #36765C
Black with #36765C
Text Example
Text Example
White with #36765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36765C; }
p { color: rgb(54,118,92); }
H1.HeaderClassName
{
color: #36765C;
}
.AnyTagClassName
{
color: #36765C;
}
</style>
background-color css
<style>
a { background-color: #36765C; }
a { background-color: rgb(54,118,92); }
div.DivClassName
{
background-color: #36765C;
}
.BgClassName
{
background-color: #36765C;
}
</style>
border-color css
<style>
span { border-color: #36765C; }
span { border-color: rgb(54,118,92); }
td.TdClassName
{
border-color: #36765C;
}
.TagClassName
{
border-color: #36765C;
}
</style>