Shades of Amazon #35884A
Tints of Amazon #35884A
RGB
CMYK
RGB Variations
Color information
#35884A (or 0x35884A) is known color: Amazon. HEX triplet: 35, 88 and 4A. RGB value is (53,136,74). Sum of RGB (Red+Green+Blue) = 53+136+74=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 136 (53.52% from 255 or 51.71% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 136 - color contains mainly: green. Hex color #35884A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35884A is #CA77B5. Grayscale: #686868. Windows color (decimal): -13268918 or 4884533. OLE color: 4884533.
HSL color Cylindrical-coordinate representation of color #35884A: hue angle of 135.18º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #35884A is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 53 | 136 | 74 | - |
| CMYK | 0.61 | 0 | 0.46 | 0.47 |
| HSL | 135.18º | 0.44% | 0.37% | - |
| HSV(B) | 135.18º | 0.61% | 0.53% | - |
| XYZ | 11.51 | 18.86 | 9.51 | - |
| YUV | 104.12 | 111 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 136 | 74 | 0.61 | 0 | 0.46 | 0.47 | 135.18 | 0.44 | 0.37 |
| Hex | 35 | 88 | 4A | 3D | 0 | 2E | 2F | 87 | 2C | 25 |
| Octal | 65 | 210 | 112 | 75 | 0 | 56 | 57 | 207 | 54 | 45 |
| Binary | 110101 | 10001000 | 1001010 | 111101 | 0 | 101110 | 101111 | 10000111 | 101100 | 100101 |
Color Harmonies of #35884A
Complementary color
Monochromatic Colors of #35884A
Black with #35884A
Text Example
Text Example
White with #35884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35884A; }
p { color: rgb(53,136,74); }
H1.HeaderClassName
{
color: #35884A;
}
.AnyTagClassName
{
color: #35884A;
}
</style>
background-color css
<style>
a { background-color: #35884A; }
a { background-color: rgb(53,136,74); }
div.DivClassName
{
background-color: #35884A;
}
.BgClassName
{
background-color: #35884A;
}
</style>
border-color css
<style>
span { border-color: #35884A; }
span { border-color: rgb(53,136,74); }
td.TdClassName
{
border-color: #35884A;
}
.TagClassName
{
border-color: #35884A;
}
</style>