Shades of Amazon #35854D
Tints of Amazon #35854D
RGB
CMYK
RGB Variations
Color information
#35854D (or 0x35854D) is known color: Amazon. HEX triplet: 35, 85 and 4D. RGB value is (53,133,77). Sum of RGB (Red+Green+Blue) = 53+133+77=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #35854D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35854D is #CA7AB2. Grayscale: #666666. Windows color (decimal): -13269683 or 5080373. OLE color: 5080373.
HSL color Cylindrical-coordinate representation of color #35854D: hue angle of 138º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35854D is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 133 | 77 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.48 |
| HSL | 138º | 0.43% | 0.36% | - |
| HSV(B) | 138º | 0.6% | 0.52% | - |
| XYZ | 11.2 | 18.07 | 9.92 | - |
| YUV | 102.7 | 113.5 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 133 | 77 | 0.60 | 0 | 0.42 | 0.48 | 138 | 0.43 | 0.36 |
| Hex | 35 | 85 | 4D | 3C | 0 | 2A | 30 | 8A | 2B | 24 |
| Octal | 65 | 205 | 115 | 74 | 0 | 52 | 60 | 212 | 53 | 44 |
| Binary | 110101 | 10000101 | 1001101 | 111100 | 0 | 101010 | 110000 | 10001010 | 101011 | 100100 |
Color Harmonies of #35854D
Complementary color
Monochromatic Colors of #35854D
Black with #35854D
Text Example
Text Example
White with #35854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35854D; }
p { color: rgb(53,133,77); }
H1.HeaderClassName
{
color: #35854D;
}
.AnyTagClassName
{
color: #35854D;
}
</style>
background-color css
<style>
a { background-color: #35854D; }
a { background-color: rgb(53,133,77); }
div.DivClassName
{
background-color: #35854D;
}
.BgClassName
{
background-color: #35854D;
}
</style>
border-color css
<style>
span { border-color: #35854D; }
span { border-color: rgb(53,133,77); }
td.TdClassName
{
border-color: #35854D;
}
.TagClassName
{
border-color: #35854D;
}
</style>