Shades of Amazon #35824D
Tints of Amazon #35824D
RGB
CMYK
RGB Variations
Color information
#35824D (or 0x35824D) is known color: Amazon. HEX triplet: 35, 82 and 4D. RGB value is (53,130,77). Sum of RGB (Red+Green+Blue) = 53+130+77=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #35824D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35824D is #CA7DB2. Grayscale: #656565. Windows color (decimal): -13270451 or 5079605. OLE color: 5079605.
HSL color Cylindrical-coordinate representation of color #35824D: hue angle of 138.7º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35824D is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 130 | 77 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.49 |
| HSL | 138.7º | 0.42% | 0.36% | - |
| HSV(B) | 138.7º | 0.59% | 0.51% | - |
| XYZ | 10.79 | 17.26 | 9.78 | - |
| YUV | 100.94 | 114.49 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 130 | 77 | 0.59 | 0 | 0.41 | 0.49 | 138.7 | 0.42 | 0.36 |
| Hex | 35 | 82 | 4D | 3B | 0 | 29 | 31 | 8B | 2A | 24 |
| Octal | 65 | 202 | 115 | 73 | 0 | 51 | 61 | 213 | 52 | 44 |
| Binary | 110101 | 10000010 | 1001101 | 111011 | 0 | 101001 | 110001 | 10001011 | 101010 | 100100 |
Color Harmonies of #35824D
Complementary color
Monochromatic Colors of #35824D
Black with #35824D
Text Example
Text Example
White with #35824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35824D; }
p { color: rgb(53,130,77); }
H1.HeaderClassName
{
color: #35824D;
}
.AnyTagClassName
{
color: #35824D;
}
</style>
background-color css
<style>
a { background-color: #35824D; }
a { background-color: rgb(53,130,77); }
div.DivClassName
{
background-color: #35824D;
}
.BgClassName
{
background-color: #35824D;
}
</style>
border-color css
<style>
span { border-color: #35824D; }
span { border-color: rgb(53,130,77); }
td.TdClassName
{
border-color: #35824D;
}
.TagClassName
{
border-color: #35824D;
}
</style>