Shades of Amazon #358052
Tints of Amazon #358052
RGB
CMYK
RGB Variations
Color information
#358052 (or 0x358052) is known color: Amazon. HEX triplet: 35, 80 and 52. RGB value is (53,128,82). Sum of RGB (Red+Green+Blue) = 53+128+82=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 128 (50.39% from 255 or 48.67% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 128 - color contains mainly: green. Hex color #358052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358052 is #CA7FAD. Grayscale: #646464. Windows color (decimal): -13270958 or 5406773. OLE color: 5406773.
HSL color Cylindrical-coordinate representation of color #358052: hue angle of 143.2º 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 #358052 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 128 | 82 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.50 |
| HSL | 143.2º | 0.41% | 0.35% | - |
| HSV(B) | 143.2º | 0.59% | 0.5% | - |
| XYZ | 10.71 | 16.8 | 10.66 | - |
| YUV | 100.33 | 117.65 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 128 | 82 | 0.59 | 0 | 0.36 | 0.50 | 143.2 | 0.41 | 0.35 |
| Hex | 35 | 80 | 52 | 3B | 0 | 24 | 32 | 8F | 29 | 23 |
| Octal | 65 | 200 | 122 | 73 | 0 | 44 | 62 | 217 | 51 | 43 |
| Binary | 110101 | 10000000 | 1010010 | 111011 | 0 | 100100 | 110010 | 10001111 | 101001 | 100011 |
Color Harmonies of #358052
Complementary color
Monochromatic Colors of #358052
Black with #358052
Text Example
Text Example
White with #358052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358052; }
p { color: rgb(53,128,82); }
H1.HeaderClassName
{
color: #358052;
}
.AnyTagClassName
{
color: #358052;
}
</style>
background-color css
<style>
a { background-color: #358052; }
a { background-color: rgb(53,128,82); }
div.DivClassName
{
background-color: #358052;
}
.BgClassName
{
background-color: #358052;
}
</style>
border-color css
<style>
span { border-color: #358052; }
span { border-color: rgb(53,128,82); }
td.TdClassName
{
border-color: #358052;
}
.TagClassName
{
border-color: #358052;
}
</style>