Shades of Amazon #357E4E
Tints of Amazon #357E4E
RGB
CMYK
RGB Variations
Color information
#357E4E (or 0x357E4E) is known color: Amazon. HEX triplet: 35, 7E and 4E. RGB value is (53,126,78). Sum of RGB (Red+Green+Blue) = 53+126+78=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 126 (49.61% from 255 or 49.03% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 126 - color contains mainly: green. Hex color #357E4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357E4E is #CA81B1. Grayscale: #626262. Windows color (decimal): -13271474 or 5144117. OLE color: 5144117.
HSL color Cylindrical-coordinate representation of color #357E4E: hue angle of 140.55º degrees, saturation: 0.41, 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 #357E4E is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 126 | 78 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.51 |
| HSL | 140.55º | 0.41% | 0.35% | - |
| HSV(B) | 140.55º | 0.58% | 0.49% | - |
| XYZ | 10.3 | 16.23 | 9.8 | - |
| YUV | 98.7 | 116.32 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 78 | 0.58 | 0 | 0.38 | 0.51 | 140.55 | 0.41 | 0.35 |
| Hex | 35 | 7E | 4E | 3A | 0 | 26 | 33 | 8D | 29 | 23 |
| Octal | 65 | 176 | 116 | 72 | 0 | 46 | 63 | 215 | 51 | 43 |
| Binary | 110101 | 1111110 | 1001110 | 111010 | 0 | 100110 | 110011 | 10001101 | 101001 | 100011 |
Color Harmonies of #357E4E
Complementary color
Monochromatic Colors of #357E4E
Black with #357E4E
Text Example
Text Example
White with #357E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357E4E; }
p { color: rgb(53,126,78); }
H1.HeaderClassName
{
color: #357E4E;
}
.AnyTagClassName
{
color: #357E4E;
}
</style>
background-color css
<style>
a { background-color: #357E4E; }
a { background-color: rgb(53,126,78); }
div.DivClassName
{
background-color: #357E4E;
}
.BgClassName
{
background-color: #357E4E;
}
</style>
border-color css
<style>
span { border-color: #357E4E; }
span { border-color: rgb(53,126,78); }
td.TdClassName
{
border-color: #357E4E;
}
.TagClassName
{
border-color: #357E4E;
}
</style>