Shades of Amazon #35804C
Tints of Amazon #35804C
RGB
CMYK
RGB Variations
Color information
#35804C (or 0x35804C) is known color: Amazon. HEX triplet: 35, 80 and 4C. RGB value is (53,128,76). Sum of RGB (Red+Green+Blue) = 53+128+76=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 128 (50.39% from 255 or 49.81% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 128 - color contains mainly: green. Hex color #35804C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35804C is #CA7FB3. Grayscale: #636363. Windows color (decimal): -13270964 or 5013557. OLE color: 5013557.
HSL color Cylindrical-coordinate representation of color #35804C: hue angle of 138.4º 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 #35804C is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 128 | 76 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.50 |
| HSL | 138.4º | 0.41% | 0.35% | - |
| HSV(B) | 138.4º | 0.59% | 0.5% | - |
| XYZ | 10.49 | 16.72 | 9.51 | - |
| YUV | 99.65 | 114.65 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 128 | 76 | 0.59 | 0 | 0.41 | 0.50 | 138.4 | 0.41 | 0.35 |
| Hex | 35 | 80 | 4C | 3B | 0 | 29 | 32 | 8A | 29 | 23 |
| Octal | 65 | 200 | 114 | 73 | 0 | 51 | 62 | 212 | 51 | 43 |
| Binary | 110101 | 10000000 | 1001100 | 111011 | 0 | 101001 | 110010 | 10001010 | 101001 | 100011 |
Color Harmonies of #35804C
Complementary color
Monochromatic Colors of #35804C
Black with #35804C
Text Example
Text Example
White with #35804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35804C; }
p { color: rgb(53,128,76); }
H1.HeaderClassName
{
color: #35804C;
}
.AnyTagClassName
{
color: #35804C;
}
</style>
background-color css
<style>
a { background-color: #35804C; }
a { background-color: rgb(53,128,76); }
div.DivClassName
{
background-color: #35804C;
}
.BgClassName
{
background-color: #35804C;
}
</style>
border-color css
<style>
span { border-color: #35804C; }
span { border-color: rgb(53,128,76); }
td.TdClassName
{
border-color: #35804C;
}
.TagClassName
{
border-color: #35804C;
}
</style>