Shades of Amazon #357C4A
Tints of Amazon #357C4A
RGB
CMYK
RGB Variations
Color information
#357C4A (or 0x357C4A) is known color: Amazon. HEX triplet: 35, 7C and 4A. RGB value is (53,124,74). Sum of RGB (Red+Green+Blue) = 53+124+74=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 124 (48.83% from 255 or 49.40% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 124 - color contains mainly: green. Hex color #357C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357C4A is #CA83B5. Grayscale: #616161. Windows color (decimal): -13271990 or 4881461. OLE color: 4881461.
HSL color Cylindrical-coordinate representation of color #357C4A: hue angle of 137.75º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357C4A is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 74 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.51 |
| HSL | 137.75º | 0.4% | 0.35% | - |
| HSV(B) | 137.75º | 0.57% | 0.49% | - |
| XYZ | 9.91 | 15.67 | 8.98 | - |
| YUV | 97.07 | 114.98 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 74 | 0.57 | 0 | 0.40 | 0.51 | 137.75 | 0.4 | 0.35 |
| Hex | 35 | 7C | 4A | 39 | 0 | 28 | 33 | 8A | 28 | 23 |
| Octal | 65 | 174 | 112 | 71 | 0 | 50 | 63 | 212 | 50 | 43 |
| Binary | 110101 | 1111100 | 1001010 | 111001 | 0 | 101000 | 110011 | 10001010 | 101000 | 100011 |
Color Harmonies of #357C4A
Complementary color
Monochromatic Colors of #357C4A
Black with #357C4A
Text Example
Text Example
White with #357C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C4A; }
p { color: rgb(53,124,74); }
H1.HeaderClassName
{
color: #357C4A;
}
.AnyTagClassName
{
color: #357C4A;
}
</style>
background-color css
<style>
a { background-color: #357C4A; }
a { background-color: rgb(53,124,74); }
div.DivClassName
{
background-color: #357C4A;
}
.BgClassName
{
background-color: #357C4A;
}
</style>
border-color css
<style>
span { border-color: #357C4A; }
span { border-color: rgb(53,124,74); }
td.TdClassName
{
border-color: #357C4A;
}
.TagClassName
{
border-color: #357C4A;
}
</style>