Shades of Amazon #3C7859
Tints of Amazon #3C7859
RGB
CMYK
RGB Variations
Color information
#3C7859 (or 0x3C7859) is known color: Amazon. HEX triplet: 3C, 78 and 59. RGB value is (60,120,89). Sum of RGB (Red+Green+Blue) = 60+120+89=269 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.30% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 120 - color contains mainly: green. Hex color #3C7859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7859 is #C387A6. Grayscale: #626262. Windows color (decimal): -12814247 or 5863484. OLE color: 5863484.
HSL color Cylindrical-coordinate representation of color #3C7859: hue angle of 149º degrees, saturation: 0.33, 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 #3C7859 is Cyan = 0.5, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 120 | 89 | - |
| CMYK | 0.5 | 0 | 0.26 | 0.53 |
| HSL | 149º | 0.33% | 0.35% | - |
| HSV(B) | 149º | 0.5% | 0.47% | - |
| XYZ | 10.38 | 15.11 | 11.82 | - |
| YUV | 98.53 | 122.62 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 120 | 89 | 0.5 | 0 | 0.26 | 0.53 | 149 | 0.33 | 0.35 |
| Hex | 3C | 78 | 59 | 32 | 0 | 1A | 35 | 95 | 21 | 23 |
| Octal | 74 | 170 | 131 | 62 | 0 | 32 | 65 | 225 | 41 | 43 |
| Binary | 111100 | 1111000 | 1011001 | 110010 | 0 | 11010 | 110101 | 10010101 | 100001 | 100011 |
Color Harmonies of #3C7859
Complementary color
Monochromatic Colors of #3C7859
Black with #3C7859
Text Example
Text Example
White with #3C7859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7859; }
p { color: rgb(60,120,89); }
H1.HeaderClassName
{
color: #3C7859;
}
.AnyTagClassName
{
color: #3C7859;
}
</style>
background-color css
<style>
a { background-color: #3C7859; }
a { background-color: rgb(60,120,89); }
div.DivClassName
{
background-color: #3C7859;
}
.BgClassName
{
background-color: #3C7859;
}
</style>
border-color css
<style>
span { border-color: #3C7859; }
span { border-color: rgb(60,120,89); }
td.TdClassName
{
border-color: #3C7859;
}
.TagClassName
{
border-color: #3C7859;
}
</style>