Shades of Amazon #357D4A
Tints of Amazon #357D4A
RGB
CMYK
RGB Variations
Color information
#357D4A (or 0x357D4A) is known color: Amazon. HEX triplet: 35, 7D and 4A. RGB value is (53,125,74). Sum of RGB (Red+Green+Blue) = 53+125+74=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 125 (49.22% from 255 or 49.60% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 125 - color contains mainly: green. Hex color #357D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357D4A is #CA82B5. Grayscale: #616161. Windows color (decimal): -13271734 or 4881717. OLE color: 4881717.
HSL color Cylindrical-coordinate representation of color #357D4A: hue angle of 137.5º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357D4A is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 125 | 74 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.51 |
| HSL | 137.5º | 0.4% | 0.35% | - |
| HSV(B) | 137.5º | 0.58% | 0.49% | - |
| XYZ | 10.04 | 15.92 | 9.02 | - |
| YUV | 97.66 | 114.65 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 74 | 0.58 | 0 | 0.41 | 0.51 | 137.5 | 0.4 | 0.35 |
| Hex | 35 | 7D | 4A | 3A | 0 | 29 | 33 | 8A | 28 | 23 |
| Octal | 65 | 175 | 112 | 72 | 0 | 51 | 63 | 212 | 50 | 43 |
| Binary | 110101 | 1111101 | 1001010 | 111010 | 0 | 101001 | 110011 | 10001010 | 101000 | 100011 |
Color Harmonies of #357D4A
Complementary color
Monochromatic Colors of #357D4A
Black with #357D4A
Text Example
Text Example
White with #357D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357D4A; }
p { color: rgb(53,125,74); }
H1.HeaderClassName
{
color: #357D4A;
}
.AnyTagClassName
{
color: #357D4A;
}
</style>
background-color css
<style>
a { background-color: #357D4A; }
a { background-color: rgb(53,125,74); }
div.DivClassName
{
background-color: #357D4A;
}
.BgClassName
{
background-color: #357D4A;
}
</style>
border-color css
<style>
span { border-color: #357D4A; }
span { border-color: rgb(53,125,74); }
td.TdClassName
{
border-color: #357D4A;
}
.TagClassName
{
border-color: #357D4A;
}
</style>