Shades of Amazon #35724C
Tints of Amazon #35724C
RGB
CMYK
RGB Variations
Color information
#35724C (or 0x35724C) is known color: Amazon. HEX triplet: 35, 72 and 4C. RGB value is (53,114,76). Sum of RGB (Red+Green+Blue) = 53+114+76=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #35724C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35724C is #CA8DB3. Grayscale: #5B5B5B. Windows color (decimal): -13274548 or 5009973. OLE color: 5009973.
HSL color Cylindrical-coordinate representation of color #35724C: hue angle of 142.62º 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 #35724C is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 114 | 76 | - |
| CMYK | 0.54 | 0 | 0.33 | 0.55 |
| HSL | 142.62º | 0.37% | 0.33% | - |
| HSV(B) | 142.62º | 0.54% | 0.45% | - |
| XYZ | 8.79 | 13.31 | 8.94 | - |
| YUV | 91.43 | 119.29 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 114 | 76 | 0.54 | 0 | 0.33 | 0.55 | 142.62 | 0.37 | 0.33 |
| Hex | 35 | 72 | 4C | 36 | 0 | 21 | 37 | 8F | 25 | 21 |
| Octal | 65 | 162 | 114 | 66 | 0 | 41 | 67 | 217 | 45 | 41 |
| Binary | 110101 | 1110010 | 1001100 | 110110 | 0 | 100001 | 110111 | 10001111 | 100101 | 100001 |
Color Harmonies of #35724C
Complementary color
Monochromatic Colors of #35724C
Black with #35724C
Text Example
Text Example
White with #35724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35724C; }
p { color: rgb(53,114,76); }
H1.HeaderClassName
{
color: #35724C;
}
.AnyTagClassName
{
color: #35724C;
}
</style>
background-color css
<style>
a { background-color: #35724C; }
a { background-color: rgb(53,114,76); }
div.DivClassName
{
background-color: #35724C;
}
.BgClassName
{
background-color: #35724C;
}
</style>
border-color css
<style>
span { border-color: #35724C; }
span { border-color: rgb(53,114,76); }
td.TdClassName
{
border-color: #35724C;
}
.TagClassName
{
border-color: #35724C;
}
</style>