Shades of Amazon #35764C
Tints of Amazon #35764C
RGB
CMYK
RGB Variations
Color information
#35764C (or 0x35764C) is known color: Amazon. HEX triplet: 35, 76 and 4C. RGB value is (53,118,76). Sum of RGB (Red+Green+Blue) = 53+118+76=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #35764C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35764C is #CA89B3. Grayscale: #5D5D5D. Windows color (decimal): -13273524 or 5010997. OLE color: 5010997.
HSL color Cylindrical-coordinate representation of color #35764C: hue angle of 141.23º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35764C is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 118 | 76 | - |
| CMYK | 0.55 | 0 | 0.36 | 0.54 |
| HSL | 141.23º | 0.38% | 0.34% | - |
| HSV(B) | 141.23º | 0.55% | 0.46% | - |
| XYZ | 9.25 | 14.24 | 9.1 | - |
| YUV | 93.78 | 117.97 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 118 | 76 | 0.55 | 0 | 0.36 | 0.54 | 141.23 | 0.38 | 0.34 |
| Hex | 35 | 76 | 4C | 37 | 0 | 24 | 36 | 8D | 26 | 22 |
| Octal | 65 | 166 | 114 | 67 | 0 | 44 | 66 | 215 | 46 | 42 |
| Binary | 110101 | 1110110 | 1001100 | 110111 | 0 | 100100 | 110110 | 10001101 | 100110 | 100010 |
Color Harmonies of #35764C
Complementary color
Monochromatic Colors of #35764C
Black with #35764C
Text Example
Text Example
White with #35764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35764C; }
p { color: rgb(53,118,76); }
H1.HeaderClassName
{
color: #35764C;
}
.AnyTagClassName
{
color: #35764C;
}
</style>
background-color css
<style>
a { background-color: #35764C; }
a { background-color: rgb(53,118,76); }
div.DivClassName
{
background-color: #35764C;
}
.BgClassName
{
background-color: #35764C;
}
</style>
border-color css
<style>
span { border-color: #35764C; }
span { border-color: rgb(53,118,76); }
td.TdClassName
{
border-color: #35764C;
}
.TagClassName
{
border-color: #35764C;
}
</style>