Shades of Amazon #35744A
Tints of Amazon #35744A
RGB
CMYK
RGB Variations
Color information
#35744A (or 0x35744A) is known color: Amazon. HEX triplet: 35, 74 and 4A. RGB value is (53,116,74). Sum of RGB (Red+Green+Blue) = 53+116+74=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 116 - color contains mainly: green. Hex color #35744A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35744A is #CA8BB5. Grayscale: #5C5C5C. Windows color (decimal): -13274038 or 4879413. OLE color: 4879413.
HSL color Cylindrical-coordinate representation of color #35744A: hue angle of 140º 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 #35744A is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 116 | 74 | - |
| CMYK | 0.54 | 0 | 0.36 | 0.55 |
| HSL | 140º | 0.37% | 0.33% | - |
| HSV(B) | 140º | 0.54% | 0.45% | - |
| XYZ | 8.95 | 13.74 | 8.66 | - |
| YUV | 92.38 | 117.63 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 116 | 74 | 0.54 | 0 | 0.36 | 0.55 | 140 | 0.37 | 0.33 |
| Hex | 35 | 74 | 4A | 36 | 0 | 24 | 37 | 8C | 25 | 21 |
| Octal | 65 | 164 | 112 | 66 | 0 | 44 | 67 | 214 | 45 | 41 |
| Binary | 110101 | 1110100 | 1001010 | 110110 | 0 | 100100 | 110111 | 10001100 | 100101 | 100001 |
Color Harmonies of #35744A
Complementary color
Monochromatic Colors of #35744A
Black with #35744A
Text Example
Text Example
White with #35744A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35744A; }
p { color: rgb(53,116,74); }
H1.HeaderClassName
{
color: #35744A;
}
.AnyTagClassName
{
color: #35744A;
}
</style>
background-color css
<style>
a { background-color: #35744A; }
a { background-color: rgb(53,116,74); }
div.DivClassName
{
background-color: #35744A;
}
.BgClassName
{
background-color: #35744A;
}
</style>
border-color css
<style>
span { border-color: #35744A; }
span { border-color: rgb(53,116,74); }
td.TdClassName
{
border-color: #35744A;
}
.TagClassName
{
border-color: #35744A;
}
</style>