Shades of Amazon #35754C
Tints of Amazon #35754C
RGB
CMYK
RGB Variations
Color information
#35754C (or 0x35754C) is known color: Amazon. HEX triplet: 35, 75 and 4C. RGB value is (53,117,76). Sum of RGB (Red+Green+Blue) = 53+117+76=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 117 - color contains mainly: green. Hex color #35754C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35754C is #CA8AB3. Grayscale: #5D5D5D. Windows color (decimal): -13273780 or 5010741. OLE color: 5010741.
HSL color Cylindrical-coordinate representation of color #35754C: hue angle of 141.56º 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 #35754C is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 117 | 76 | - |
| CMYK | 0.55 | 0 | 0.35 | 0.54 |
| HSL | 141.56º | 0.38% | 0.33% | - |
| HSV(B) | 141.56º | 0.55% | 0.46% | - |
| XYZ | 9.13 | 14 | 9.06 | - |
| YUV | 93.19 | 118.3 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 117 | 76 | 0.55 | 0 | 0.35 | 0.54 | 141.56 | 0.38 | 0.33 |
| Hex | 35 | 75 | 4C | 37 | 0 | 23 | 36 | 8E | 26 | 21 |
| Octal | 65 | 165 | 114 | 67 | 0 | 43 | 66 | 216 | 46 | 41 |
| Binary | 110101 | 1110101 | 1001100 | 110111 | 0 | 100011 | 110110 | 10001110 | 100110 | 100001 |
Color Harmonies of #35754C
Complementary color
Monochromatic Colors of #35754C
Black with #35754C
Text Example
Text Example
White with #35754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35754C; }
p { color: rgb(53,117,76); }
H1.HeaderClassName
{
color: #35754C;
}
.AnyTagClassName
{
color: #35754C;
}
</style>
background-color css
<style>
a { background-color: #35754C; }
a { background-color: rgb(53,117,76); }
div.DivClassName
{
background-color: #35754C;
}
.BgClassName
{
background-color: #35754C;
}
</style>
border-color css
<style>
span { border-color: #35754C; }
span { border-color: rgb(53,117,76); }
td.TdClassName
{
border-color: #35754C;
}
.TagClassName
{
border-color: #35754C;
}
</style>