Shades of Amazon #35714D
Tints of Amazon #35714D
RGB
CMYK
RGB Variations
Color information
#35714D (or 0x35714D) is known color: Amazon. HEX triplet: 35, 71 and 4D. RGB value is (53,113,77). Sum of RGB (Red+Green+Blue) = 53+113+77=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 113 - color contains mainly: green. Hex color #35714D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35714D is #CA8EB2. Grayscale: #5B5B5B. Windows color (decimal): -13274803 or 5075253. OLE color: 5075253.
HSL color Cylindrical-coordinate representation of color #35714D: hue angle of 144º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #35714D is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 113 | 77 | - |
| CMYK | 0.53 | 0 | 0.32 | 0.56 |
| HSL | 144º | 0.36% | 0.33% | - |
| HSV(B) | 144º | 0.53% | 0.44% | - |
| XYZ | 8.71 | 13.1 | 9.09 | - |
| YUV | 90.96 | 120.12 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 113 | 77 | 0.53 | 0 | 0.32 | 0.56 | 144 | 0.36 | 0.33 |
| Hex | 35 | 71 | 4D | 35 | 0 | 20 | 38 | 90 | 24 | 21 |
| Octal | 65 | 161 | 115 | 65 | 0 | 40 | 70 | 220 | 44 | 41 |
| Binary | 110101 | 1110001 | 1001101 | 110101 | 0 | 100000 | 111000 | 10010000 | 100100 | 100001 |
Color Harmonies of #35714D
Complementary color
Monochromatic Colors of #35714D
Black with #35714D
Text Example
Text Example
White with #35714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35714D; }
p { color: rgb(53,113,77); }
H1.HeaderClassName
{
color: #35714D;
}
.AnyTagClassName
{
color: #35714D;
}
</style>
background-color css
<style>
a { background-color: #35714D; }
a { background-color: rgb(53,113,77); }
div.DivClassName
{
background-color: #35714D;
}
.BgClassName
{
background-color: #35714D;
}
</style>
border-color css
<style>
span { border-color: #35714D; }
span { border-color: rgb(53,113,77); }
td.TdClassName
{
border-color: #35714D;
}
.TagClassName
{
border-color: #35714D;
}
</style>