Shades of Amazon #36745C
Tints of Amazon #36745C
RGB
CMYK
RGB Variations
Color information
#36745C (or 0x36745C) is known color: Amazon. HEX triplet: 36, 74 and 5C. RGB value is (54,116,92). Sum of RGB (Red+Green+Blue) = 54+116+92=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 116 - color contains mainly: green. Hex color #36745C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36745C is #C98BA3. Grayscale: #5E5E5E. Windows color (decimal): -13208484 or 6059062. OLE color: 6059062.
HSL color Cylindrical-coordinate representation of color #36745C: hue angle of 156.77º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #36745C is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 116 | 92 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.55 |
| HSL | 156.77º | 0.36% | 0.33% | - |
| HSV(B) | 156.77º | 0.53% | 0.45% | - |
| XYZ | 9.7 | 14.05 | 12.33 | - |
| YUV | 94.73 | 126.46 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 116 | 92 | 0.53 | 0 | 0.21 | 0.55 | 156.77 | 0.36 | 0.33 |
| Hex | 36 | 74 | 5C | 35 | 0 | 15 | 37 | 9D | 24 | 21 |
| Octal | 66 | 164 | 134 | 65 | 0 | 25 | 67 | 235 | 44 | 41 |
| Binary | 110110 | 1110100 | 1011100 | 110101 | 0 | 10101 | 110111 | 10011101 | 100100 | 100001 |
Color Harmonies of #36745C
Complementary color
Monochromatic Colors of #36745C
Black with #36745C
Text Example
Text Example
White with #36745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36745C; }
p { color: rgb(54,116,92); }
H1.HeaderClassName
{
color: #36745C;
}
.AnyTagClassName
{
color: #36745C;
}
</style>
background-color css
<style>
a { background-color: #36745C; }
a { background-color: rgb(54,116,92); }
div.DivClassName
{
background-color: #36745C;
}
.BgClassName
{
background-color: #36745C;
}
</style>
border-color css
<style>
span { border-color: #36745C; }
span { border-color: rgb(54,116,92); }
td.TdClassName
{
border-color: #36745C;
}
.TagClassName
{
border-color: #36745C;
}
</style>