Shades of Amazon #3C7957
Tints of Amazon #3C7957
RGB
CMYK
RGB Variations
Color information
#3C7957 (or 0x3C7957) is known color: Amazon. HEX triplet: 3C, 79 and 57. RGB value is (60,121,87). Sum of RGB (Red+Green+Blue) = 60+121+87=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 87 (34.38% from 255 or 32.46% from 268); Max value from RGB is 121 - color contains mainly: green. Hex color #3C7957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7957 is #C386A8. Grayscale: #626262. Windows color (decimal): -12813993 or 5732668. OLE color: 5732668.
HSL color Cylindrical-coordinate representation of color #3C7957: hue angle of 146.56º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C7957 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 121 | 87 | - |
| CMYK | 0.50 | 0 | 0.28 | 0.53 |
| HSL | 146.56º | 0.34% | 0.35% | - |
| HSV(B) | 146.56º | 0.5% | 0.47% | - |
| XYZ | 10.42 | 15.32 | 11.43 | - |
| YUV | 98.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 121 | 87 | 0.50 | 0 | 0.28 | 0.53 | 146.56 | 0.34 | 0.35 |
| Hex | 3C | 79 | 57 | 32 | 0 | 1C | 35 | 93 | 22 | 23 |
| Octal | 74 | 171 | 127 | 62 | 0 | 34 | 65 | 223 | 42 | 43 |
| Binary | 111100 | 1111001 | 1010111 | 110010 | 0 | 11100 | 110101 | 10010011 | 100010 | 100011 |
Color Harmonies of #3C7957
Complementary color
Monochromatic Colors of #3C7957
Black with #3C7957
Text Example
Text Example
White with #3C7957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7957; }
p { color: rgb(60,121,87); }
H1.HeaderClassName
{
color: #3C7957;
}
.AnyTagClassName
{
color: #3C7957;
}
</style>
background-color css
<style>
a { background-color: #3C7957; }
a { background-color: rgb(60,121,87); }
div.DivClassName
{
background-color: #3C7957;
}
.BgClassName
{
background-color: #3C7957;
}
</style>
border-color css
<style>
span { border-color: #3C7957; }
span { border-color: rgb(60,121,87); }
td.TdClassName
{
border-color: #3C7957;
}
.TagClassName
{
border-color: #3C7957;
}
</style>