Shades of Amazon #357048
Tints of Amazon #357048
RGB
CMYK
RGB Variations
Color information
#357048 (or 0x357048) is known color: Amazon. HEX triplet: 35, 70 and 48. RGB value is (53,112,72). Sum of RGB (Red+Green+Blue) = 53+112+72=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #357048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357048 is #CA8FB7. Grayscale: #595959. Windows color (decimal): -13275064 or 4747317. OLE color: 4747317.
HSL color Cylindrical-coordinate representation of color #357048: hue angle of 139.32º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #357048 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 112 | 72 | - |
| CMYK | 0.53 | 0 | 0.36 | 0.56 |
| HSL | 139.32º | 0.36% | 0.32% | - |
| HSV(B) | 139.32º | 0.53% | 0.44% | - |
| XYZ | 8.43 | 12.81 | 8.16 | - |
| YUV | 89.8 | 117.95 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 112 | 72 | 0.53 | 0 | 0.36 | 0.56 | 139.32 | 0.36 | 0.32 |
| Hex | 35 | 70 | 48 | 35 | 0 | 24 | 38 | 8B | 24 | 20 |
| Octal | 65 | 160 | 110 | 65 | 0 | 44 | 70 | 213 | 44 | 40 |
| Binary | 110101 | 1110000 | 1001000 | 110101 | 0 | 100100 | 111000 | 10001011 | 100100 | 100000 |
Color Harmonies of #357048
Complementary color
Monochromatic Colors of #357048
Black with #357048
Text Example
Text Example
White with #357048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357048; }
p { color: rgb(53,112,72); }
H1.HeaderClassName
{
color: #357048;
}
.AnyTagClassName
{
color: #357048;
}
</style>
background-color css
<style>
a { background-color: #357048; }
a { background-color: rgb(53,112,72); }
div.DivClassName
{
background-color: #357048;
}
.BgClassName
{
background-color: #357048;
}
</style>
border-color css
<style>
span { border-color: #357048; }
span { border-color: rgb(53,112,72); }
td.TdClassName
{
border-color: #357048;
}
.TagClassName
{
border-color: #357048;
}
</style>