Shades of Amazon #35764D
Tints of Amazon #35764D
RGB
CMYK
RGB Variations
Color information
#35764D (or 0x35764D) is known color: Amazon. HEX triplet: 35, 76 and 4D. RGB value is (53,118,77). Sum of RGB (Red+Green+Blue) = 53+118+77=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #35764D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35764D is #CA89B2. Grayscale: #5D5D5D. Windows color (decimal): -13273523 or 5076533. OLE color: 5076533.
HSL color Cylindrical-coordinate representation of color #35764D: hue angle of 142.15º 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 #35764D is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 118 | 77 | - |
| CMYK | 0.55 | 0 | 0.35 | 0.54 |
| HSL | 142.15º | 0.38% | 0.34% | - |
| HSV(B) | 142.15º | 0.55% | 0.46% | - |
| XYZ | 9.29 | 14.25 | 9.28 | - |
| YUV | 93.89 | 118.47 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 118 | 77 | 0.55 | 0 | 0.35 | 0.54 | 142.15 | 0.38 | 0.34 |
| Hex | 35 | 76 | 4D | 37 | 0 | 23 | 36 | 8E | 26 | 22 |
| Octal | 65 | 166 | 115 | 67 | 0 | 43 | 66 | 216 | 46 | 42 |
| Binary | 110101 | 1110110 | 1001101 | 110111 | 0 | 100011 | 110110 | 10001110 | 100110 | 100010 |
Color Harmonies of #35764D
Complementary color
Monochromatic Colors of #35764D
Black with #35764D
Text Example
Text Example
White with #35764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35764D; }
p { color: rgb(53,118,77); }
H1.HeaderClassName
{
color: #35764D;
}
.AnyTagClassName
{
color: #35764D;
}
</style>
background-color css
<style>
a { background-color: #35764D; }
a { background-color: rgb(53,118,77); }
div.DivClassName
{
background-color: #35764D;
}
.BgClassName
{
background-color: #35764D;
}
</style>
border-color css
<style>
span { border-color: #35764D; }
span { border-color: rgb(53,118,77); }
td.TdClassName
{
border-color: #35764D;
}
.TagClassName
{
border-color: #35764D;
}
</style>