Shades of Amazon #358048
Tints of Amazon #358048
RGB
CMYK
RGB Variations
Color information
#358048 (or 0x358048) is known color: Amazon. HEX triplet: 35, 80 and 48. RGB value is (53,128,72). Sum of RGB (Red+Green+Blue) = 53+128+72=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 128 (50.39% from 255 or 50.59% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 128 - color contains mainly: green. Hex color #358048 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358048 is #CA7FB7. Grayscale: #636363. Windows color (decimal): -13270968 or 4751413. OLE color: 4751413.
HSL color Cylindrical-coordinate representation of color #358048: hue angle of 135.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 #358048 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 53 | 128 | 72 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.50 |
| HSL | 135.2º | 0.41% | 0.35% | - |
| HSV(B) | 135.2º | 0.59% | 0.5% | - |
| XYZ | 10.36 | 16.66 | 8.8 | - |
| YUV | 99.19 | 112.65 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 128 | 72 | 0.59 | 0 | 0.44 | 0.50 | 135.2 | 0.41 | 0.35 |
| Hex | 35 | 80 | 48 | 3B | 0 | 2C | 32 | 87 | 29 | 23 |
| Octal | 65 | 200 | 110 | 73 | 0 | 54 | 62 | 207 | 51 | 43 |
| Binary | 110101 | 10000000 | 1001000 | 111011 | 0 | 101100 | 110010 | 10000111 | 101001 | 100011 |
Color Harmonies of #358048
Complementary color
Monochromatic Colors of #358048
Black with #358048
Text Example
Text Example
White with #358048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358048; }
p { color: rgb(53,128,72); }
H1.HeaderClassName
{
color: #358048;
}
.AnyTagClassName
{
color: #358048;
}
</style>
background-color css
<style>
a { background-color: #358048; }
a { background-color: rgb(53,128,72); }
div.DivClassName
{
background-color: #358048;
}
.BgClassName
{
background-color: #358048;
}
</style>
border-color css
<style>
span { border-color: #358048; }
span { border-color: rgb(53,128,72); }
td.TdClassName
{
border-color: #358048;
}
.TagClassName
{
border-color: #358048;
}
</style>