Shades of Amazon #35804D
Tints of Amazon #35804D
RGB
CMYK
RGB Variations
Color information
#35804D (or 0x35804D) is known color: Amazon. HEX triplet: 35, 80 and 4D. RGB value is (53,128,77). Sum of RGB (Red+Green+Blue) = 53+128+77=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 128 (50.39% from 255 or 49.61% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 128 - color contains mainly: green. Hex color #35804D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35804D is #CA7FB2. Grayscale: #636363. Windows color (decimal): -13270963 or 5079093. OLE color: 5079093.
HSL color Cylindrical-coordinate representation of color #35804D: hue angle of 139.2º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35804D is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 128 | 77 | - |
| CMYK | 0.59 | 0 | 0.40 | 0.50 |
| HSL | 139.2º | 0.41% | 0.35% | - |
| HSV(B) | 139.2º | 0.59% | 0.5% | - |
| XYZ | 10.53 | 16.73 | 9.7 | - |
| YUV | 99.76 | 115.15 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 128 | 77 | 0.59 | 0 | 0.40 | 0.50 | 139.2 | 0.41 | 0.35 |
| Hex | 35 | 80 | 4D | 3B | 0 | 28 | 32 | 8B | 29 | 23 |
| Octal | 65 | 200 | 115 | 73 | 0 | 50 | 62 | 213 | 51 | 43 |
| Binary | 110101 | 10000000 | 1001101 | 111011 | 0 | 101000 | 110010 | 10001011 | 101001 | 100011 |
Color Harmonies of #35804D
Complementary color
Monochromatic Colors of #35804D
Black with #35804D
Text Example
Text Example
White with #35804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35804D; }
p { color: rgb(53,128,77); }
H1.HeaderClassName
{
color: #35804D;
}
.AnyTagClassName
{
color: #35804D;
}
</style>
background-color css
<style>
a { background-color: #35804D; }
a { background-color: rgb(53,128,77); }
div.DivClassName
{
background-color: #35804D;
}
.BgClassName
{
background-color: #35804D;
}
</style>
border-color css
<style>
span { border-color: #35804D; }
span { border-color: rgb(53,128,77); }
td.TdClassName
{
border-color: #35804D;
}
.TagClassName
{
border-color: #35804D;
}
</style>