Shades of Amazon #35754D
Tints of Amazon #35754D
RGB
CMYK
RGB Variations
Color information
#35754D (or 0x35754D) is known color: Amazon. HEX triplet: 35, 75 and 4D. RGB value is (53,117,77). Sum of RGB (Red+Green+Blue) = 53+117+77=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #35754D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35754D is #CA8AB2. Grayscale: #5D5D5D. Windows color (decimal): -13273779 or 5076277. OLE color: 5076277.
HSL color Cylindrical-coordinate representation of color #35754D: hue angle of 142.5º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35754D is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 117 | 77 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.54 |
| HSL | 142.5º | 0.38% | 0.33% | - |
| HSV(B) | 142.5º | 0.55% | 0.46% | - |
| XYZ | 9.17 | 14.02 | 9.24 | - |
| YUV | 93.3 | 118.8 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 117 | 77 | 0.55 | 0 | 0.34 | 0.54 | 142.5 | 0.38 | 0.33 |
| Hex | 35 | 75 | 4D | 37 | 0 | 22 | 36 | 8E | 26 | 21 |
| Octal | 65 | 165 | 115 | 67 | 0 | 42 | 66 | 216 | 46 | 41 |
| Binary | 110101 | 1110101 | 1001101 | 110111 | 0 | 100010 | 110110 | 10001110 | 100110 | 100001 |
Color Harmonies of #35754D
Complementary color
Monochromatic Colors of #35754D
Black with #35754D
Text Example
Text Example
White with #35754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35754D; }
p { color: rgb(53,117,77); }
H1.HeaderClassName
{
color: #35754D;
}
.AnyTagClassName
{
color: #35754D;
}
</style>
background-color css
<style>
a { background-color: #35754D; }
a { background-color: rgb(53,117,77); }
div.DivClassName
{
background-color: #35754D;
}
.BgClassName
{
background-color: #35754D;
}
</style>
border-color css
<style>
span { border-color: #35754D; }
span { border-color: rgb(53,117,77); }
td.TdClassName
{
border-color: #35754D;
}
.TagClassName
{
border-color: #35754D;
}
</style>