Shades of Amazon #36765D
Tints of Amazon #36765D
RGB
CMYK
RGB Variations
Color information
#36765D (or 0x36765D) is known color: Amazon. HEX triplet: 36, 76 and 5D. RGB value is (54,118,93). Sum of RGB (Red+Green+Blue) = 54+118+93=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 118 - color contains mainly: green. Hex color #36765D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36765D is #C989A2. Grayscale: #606060. Windows color (decimal): -13207971 or 6125110. OLE color: 6125110.
HSL color Cylindrical-coordinate representation of color #36765D: hue angle of 156.56º 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 #36765D is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 54 | 118 | 93 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.54 |
| HSL | 156.56º | 0.37% | 0.34% | - |
| HSV(B) | 156.56º | 0.54% | 0.46% | - |
| XYZ | 9.98 | 14.53 | 12.64 | - |
| YUV | 96.01 | 126.3 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 118 | 93 | 0.54 | 0 | 0.21 | 0.54 | 156.56 | 0.37 | 0.34 |
| Hex | 36 | 76 | 5D | 36 | 0 | 15 | 36 | 9D | 25 | 22 |
| Octal | 66 | 166 | 135 | 66 | 0 | 25 | 66 | 235 | 45 | 42 |
| Binary | 110110 | 1110110 | 1011101 | 110110 | 0 | 10101 | 110110 | 10011101 | 100101 | 100010 |
Color Harmonies of #36765D
Complementary color
Monochromatic Colors of #36765D
Black with #36765D
Text Example
Text Example
White with #36765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36765D; }
p { color: rgb(54,118,93); }
H1.HeaderClassName
{
color: #36765D;
}
.AnyTagClassName
{
color: #36765D;
}
</style>
background-color css
<style>
a { background-color: #36765D; }
a { background-color: rgb(54,118,93); }
div.DivClassName
{
background-color: #36765D;
}
.BgClassName
{
background-color: #36765D;
}
</style>
border-color css
<style>
span { border-color: #36765D; }
span { border-color: rgb(54,118,93); }
td.TdClassName
{
border-color: #36765D;
}
.TagClassName
{
border-color: #36765D;
}
</style>