Shades of Amazon #357D4B
Tints of Amazon #357D4B
RGB
CMYK
RGB Variations
Color information
#357D4B (or 0x357D4B) is known color: Amazon. HEX triplet: 35, 7D and 4B. RGB value is (53,125,75). Sum of RGB (Red+Green+Blue) = 53+125+75=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 125 (49.22% from 255 or 49.41% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 125 - color contains mainly: green. Hex color #357D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357D4B is #CA82B4. Grayscale: #616161. Windows color (decimal): -13271733 or 4947253. OLE color: 4947253.
HSL color Cylindrical-coordinate representation of color #357D4B: hue angle of 138.33º 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 #357D4B is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 125 | 75 | - |
| CMYK | 0.58 | 0 | 0.40 | 0.51 |
| HSL | 138.33º | 0.4% | 0.35% | - |
| HSV(B) | 138.33º | 0.58% | 0.49% | - |
| XYZ | 10.07 | 15.93 | 9.2 | - |
| YUV | 97.77 | 115.15 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 75 | 0.58 | 0 | 0.40 | 0.51 | 138.33 | 0.4 | 0.35 |
| Hex | 35 | 7D | 4B | 3A | 0 | 28 | 33 | 8A | 28 | 23 |
| Octal | 65 | 175 | 113 | 72 | 0 | 50 | 63 | 212 | 50 | 43 |
| Binary | 110101 | 1111101 | 1001011 | 111010 | 0 | 101000 | 110011 | 10001010 | 101000 | 100011 |
Color Harmonies of #357D4B
Complementary color
Monochromatic Colors of #357D4B
Black with #357D4B
Text Example
Text Example
White with #357D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357D4B; }
p { color: rgb(53,125,75); }
H1.HeaderClassName
{
color: #357D4B;
}
.AnyTagClassName
{
color: #357D4B;
}
</style>
background-color css
<style>
a { background-color: #357D4B; }
a { background-color: rgb(53,125,75); }
div.DivClassName
{
background-color: #357D4B;
}
.BgClassName
{
background-color: #357D4B;
}
</style>
border-color css
<style>
span { border-color: #357D4B; }
span { border-color: rgb(53,125,75); }
td.TdClassName
{
border-color: #357D4B;
}
.TagClassName
{
border-color: #357D4B;
}
</style>