Shades of Amazon #3C785E
Tints of Amazon #3C785E
RGB
CMYK
RGB Variations
Color information
#3C785E (or 0x3C785E) is known color: Amazon. HEX triplet: 3C, 78 and 5E. RGB value is (60,120,94). Sum of RGB (Red+Green+Blue) = 60+120+94=274 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.90% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 120 - color contains mainly: green. Hex color #3C785E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C785E is #C387A1. Grayscale: #636363. Windows color (decimal): -12814242 or 6191164. OLE color: 6191164.
HSL color Cylindrical-coordinate representation of color #3C785E: hue angle of 154º 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 #3C785E is Cyan = 0.5, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 120 | 94 | - |
| CMYK | 0.5 | 0 | 0.22 | 0.53 |
| HSL | 154º | 0.33% | 0.35% | - |
| HSV(B) | 154º | 0.5% | 0.47% | - |
| XYZ | 10.6 | 15.2 | 12.97 | - |
| YUV | 99.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 120 | 94 | 0.5 | 0 | 0.22 | 0.53 | 154 | 0.33 | 0.35 |
| Hex | 3C | 78 | 5E | 32 | 0 | 16 | 35 | 9A | 21 | 23 |
| Octal | 74 | 170 | 136 | 62 | 0 | 26 | 65 | 232 | 41 | 43 |
| Binary | 111100 | 1111000 | 1011110 | 110010 | 0 | 10110 | 110101 | 10011010 | 100001 | 100011 |
Color Harmonies of #3C785E
Complementary color
Monochromatic Colors of #3C785E
Black with #3C785E
Text Example
Text Example
White with #3C785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C785E; }
p { color: rgb(60,120,94); }
H1.HeaderClassName
{
color: #3C785E;
}
.AnyTagClassName
{
color: #3C785E;
}
</style>
background-color css
<style>
a { background-color: #3C785E; }
a { background-color: rgb(60,120,94); }
div.DivClassName
{
background-color: #3C785E;
}
.BgClassName
{
background-color: #3C785E;
}
</style>
border-color css
<style>
span { border-color: #3C785E; }
span { border-color: rgb(60,120,94); }
td.TdClassName
{
border-color: #3C785E;
}
.TagClassName
{
border-color: #3C785E;
}
</style>