Shades of Amazon #35804A
Tints of Amazon #35804A
RGB
CMYK
RGB Variations
Color information
#35804A (or 0x35804A) is known color: Amazon. HEX triplet: 35, 80 and 4A. RGB value is (53,128,74). Sum of RGB (Red+Green+Blue) = 53+128+74=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 128 (50.39% from 255 or 50.20% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 128 - color contains mainly: green. Hex color #35804A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35804A is #CA7FB5. Grayscale: #636363. Windows color (decimal): -13270966 or 4882485. OLE color: 4882485.
HSL color Cylindrical-coordinate representation of color #35804A: hue angle of 136.8º 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 #35804A is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 128 | 74 | - |
| CMYK | 0.59 | 0 | 0.42 | 0.50 |
| HSL | 136.8º | 0.41% | 0.35% | - |
| HSV(B) | 136.8º | 0.59% | 0.5% | - |
| XYZ | 10.42 | 16.69 | 9.15 | - |
| YUV | 99.42 | 113.65 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 128 | 74 | 0.59 | 0 | 0.42 | 0.50 | 136.8 | 0.41 | 0.35 |
| Hex | 35 | 80 | 4A | 3B | 0 | 2A | 32 | 89 | 29 | 23 |
| Octal | 65 | 200 | 112 | 73 | 0 | 52 | 62 | 211 | 51 | 43 |
| Binary | 110101 | 10000000 | 1001010 | 111011 | 0 | 101010 | 110010 | 10001001 | 101001 | 100011 |
Color Harmonies of #35804A
Complementary color
Monochromatic Colors of #35804A
Black with #35804A
Text Example
Text Example
White with #35804A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35804A; }
p { color: rgb(53,128,74); }
H1.HeaderClassName
{
color: #35804A;
}
.AnyTagClassName
{
color: #35804A;
}
</style>
background-color css
<style>
a { background-color: #35804A; }
a { background-color: rgb(53,128,74); }
div.DivClassName
{
background-color: #35804A;
}
.BgClassName
{
background-color: #35804A;
}
</style>
border-color css
<style>
span { border-color: #35804A; }
span { border-color: rgb(53,128,74); }
td.TdClassName
{
border-color: #35804A;
}
.TagClassName
{
border-color: #35804A;
}
</style>