Shades of Amazon #35744D
Tints of Amazon #35744D
RGB
CMYK
RGB Variations
Color information
#35744D (or 0x35744D) is known color: Amazon. HEX triplet: 35, 74 and 4D. RGB value is (53,116,77). Sum of RGB (Red+Green+Blue) = 53+116+77=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 116 - color contains mainly: green. Hex color #35744D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35744D is #CA8BB2. Grayscale: #5C5C5C. Windows color (decimal): -13274035 or 5076021. OLE color: 5076021.
HSL color Cylindrical-coordinate representation of color #35744D: hue angle of 142.86º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #35744D is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 116 | 77 | - |
| CMYK | 0.54 | 0 | 0.34 | 0.55 |
| HSL | 142.86º | 0.37% | 0.33% | - |
| HSV(B) | 142.86º | 0.54% | 0.45% | - |
| XYZ | 9.05 | 13.78 | 9.2 | - |
| YUV | 92.72 | 119.13 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 116 | 77 | 0.54 | 0 | 0.34 | 0.55 | 142.86 | 0.37 | 0.33 |
| Hex | 35 | 74 | 4D | 36 | 0 | 22 | 37 | 8F | 25 | 21 |
| Octal | 65 | 164 | 115 | 66 | 0 | 42 | 67 | 217 | 45 | 41 |
| Binary | 110101 | 1110100 | 1001101 | 110110 | 0 | 100010 | 110111 | 10001111 | 100101 | 100001 |
Color Harmonies of #35744D
Complementary color
Monochromatic Colors of #35744D
Black with #35744D
Text Example
Text Example
White with #35744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35744D; }
p { color: rgb(53,116,77); }
H1.HeaderClassName
{
color: #35744D;
}
.AnyTagClassName
{
color: #35744D;
}
</style>
background-color css
<style>
a { background-color: #35744D; }
a { background-color: rgb(53,116,77); }
div.DivClassName
{
background-color: #35744D;
}
.BgClassName
{
background-color: #35744D;
}
</style>
border-color css
<style>
span { border-color: #35744D; }
span { border-color: rgb(53,116,77); }
td.TdClassName
{
border-color: #35744D;
}
.TagClassName
{
border-color: #35744D;
}
</style>