Shades of Amazon #35735A
Tints of Amazon #35735A
RGB
CMYK
RGB Variations
Color information
#35735A (or 0x35735A) is known color: Amazon. HEX triplet: 35, 73 and 5A. RGB value is (53,115,90). Sum of RGB (Red+Green+Blue) = 53+115+90=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 115 - color contains mainly: green. Hex color #35735A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35735A is #CA8CA5. Grayscale: #5D5D5D. Windows color (decimal): -13274278 or 5927733. OLE color: 5927733.
HSL color Cylindrical-coordinate representation of color #35735A: hue angle of 155.81º 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 #35735A is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 115 | 90 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.55 |
| HSL | 155.81º | 0.37% | 0.33% | - |
| HSV(B) | 155.81º | 0.54% | 0.45% | - |
| XYZ | 9.44 | 13.76 | 11.83 | - |
| YUV | 93.61 | 125.96 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 115 | 90 | 0.54 | 0 | 0.22 | 0.55 | 155.81 | 0.37 | 0.33 |
| Hex | 35 | 73 | 5A | 36 | 0 | 16 | 37 | 9C | 25 | 21 |
| Octal | 65 | 163 | 132 | 66 | 0 | 26 | 67 | 234 | 45 | 41 |
| Binary | 110101 | 1110011 | 1011010 | 110110 | 0 | 10110 | 110111 | 10011100 | 100101 | 100001 |
Color Harmonies of #35735A
Complementary color
Monochromatic Colors of #35735A
Black with #35735A
Text Example
Text Example
White with #35735A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35735A; }
p { color: rgb(53,115,90); }
H1.HeaderClassName
{
color: #35735A;
}
.AnyTagClassName
{
color: #35735A;
}
</style>
background-color css
<style>
a { background-color: #35735A; }
a { background-color: rgb(53,115,90); }
div.DivClassName
{
background-color: #35735A;
}
.BgClassName
{
background-color: #35735A;
}
</style>
border-color css
<style>
span { border-color: #35735A; }
span { border-color: rgb(53,115,90); }
td.TdClassName
{
border-color: #35735A;
}
.TagClassName
{
border-color: #35735A;
}
</style>