Shades of Amazon #36745A
Tints of Amazon #36745A
RGB
CMYK
RGB Variations
Color information
#36745A (or 0x36745A) is known color: Amazon. HEX triplet: 36, 74 and 5A. RGB value is (54,116,90). Sum of RGB (Red+Green+Blue) = 54+116+90=260 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.77% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 116 - color contains mainly: green. Hex color #36745A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36745A is #C98BA5. Grayscale: #5E5E5E. Windows color (decimal): -13208486 or 5927990. OLE color: 5927990.
HSL color Cylindrical-coordinate representation of color #36745A: hue angle of 154.84º 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 #36745A is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 116 | 90 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.55 |
| HSL | 154.84º | 0.36% | 0.33% | - |
| HSV(B) | 154.84º | 0.53% | 0.45% | - |
| XYZ | 9.61 | 14.01 | 11.87 | - |
| YUV | 94.5 | 125.46 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 116 | 90 | 0.53 | 0 | 0.22 | 0.55 | 154.84 | 0.36 | 0.33 |
| Hex | 36 | 74 | 5A | 35 | 0 | 16 | 37 | 9B | 24 | 21 |
| Octal | 66 | 164 | 132 | 65 | 0 | 26 | 67 | 233 | 44 | 41 |
| Binary | 110110 | 1110100 | 1011010 | 110101 | 0 | 10110 | 110111 | 10011011 | 100100 | 100001 |
Color Harmonies of #36745A
Complementary color
Monochromatic Colors of #36745A
Black with #36745A
Text Example
Text Example
White with #36745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36745A; }
p { color: rgb(54,116,90); }
H1.HeaderClassName
{
color: #36745A;
}
.AnyTagClassName
{
color: #36745A;
}
</style>
background-color css
<style>
a { background-color: #36745A; }
a { background-color: rgb(54,116,90); }
div.DivClassName
{
background-color: #36745A;
}
.BgClassName
{
background-color: #36745A;
}
</style>
border-color css
<style>
span { border-color: #36745A; }
span { border-color: rgb(54,116,90); }
td.TdClassName
{
border-color: #36745A;
}
.TagClassName
{
border-color: #36745A;
}
</style>