Shades of Amazon #35825A
Tints of Amazon #35825A
RGB
CMYK
RGB Variations
Color information
#35825A (or 0x35825A) is known color: Amazon. HEX triplet: 35, 82 and 5A. RGB value is (53,130,90). Sum of RGB (Red+Green+Blue) = 53+130+90=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #35825A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35825A is #CA7DA5. Grayscale: #666666. Windows color (decimal): -13270438 or 5931573. OLE color: 5931573.
HSL color Cylindrical-coordinate representation of color #35825A: hue angle of 148.83º 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 #35825A is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 130 | 90 | - |
| CMYK | 0.59 | 0 | 0.31 | 0.49 |
| HSL | 148.83º | 0.42% | 0.36% | - |
| HSV(B) | 148.83º | 0.59% | 0.51% | - |
| XYZ | 11.3 | 17.46 | 12.45 | - |
| YUV | 102.42 | 120.99 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 130 | 90 | 0.59 | 0 | 0.31 | 0.49 | 148.83 | 0.42 | 0.36 |
| Hex | 35 | 82 | 5A | 3B | 0 | 1F | 31 | 95 | 2A | 24 |
| Octal | 65 | 202 | 132 | 73 | 0 | 37 | 61 | 225 | 52 | 44 |
| Binary | 110101 | 10000010 | 1011010 | 111011 | 0 | 11111 | 110001 | 10010101 | 101010 | 100100 |
Color Harmonies of #35825A
Complementary color
Monochromatic Colors of #35825A
Black with #35825A
Text Example
Text Example
White with #35825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35825A; }
p { color: rgb(53,130,90); }
H1.HeaderClassName
{
color: #35825A;
}
.AnyTagClassName
{
color: #35825A;
}
</style>
background-color css
<style>
a { background-color: #35825A; }
a { background-color: rgb(53,130,90); }
div.DivClassName
{
background-color: #35825A;
}
.BgClassName
{
background-color: #35825A;
}
</style>
border-color css
<style>
span { border-color: #35825A; }
span { border-color: rgb(53,130,90); }
td.TdClassName
{
border-color: #35825A;
}
.TagClassName
{
border-color: #35825A;
}
</style>