Shades of Amazon #3C785D
Tints of Amazon #3C785D
RGB
CMYK
RGB Variations
Color information
#3C785D (or 0x3C785D) is known color: Amazon. HEX triplet: 3C, 78 and 5D. RGB value is (60,120,93). Sum of RGB (Red+Green+Blue) = 60+120+93=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 120 - color contains mainly: green. Hex color #3C785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C785D is #C387A2. Grayscale: #636363. Windows color (decimal): -12814243 or 6125628. OLE color: 6125628.
HSL color Cylindrical-coordinate representation of color #3C785D: hue angle of 153º 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 #3C785D is Cyan = 0.5, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 120 | 93 | - |
| CMYK | 0.5 | 0 | 0.22 | 0.53 |
| HSL | 153º | 0.33% | 0.35% | - |
| HSV(B) | 153º | 0.5% | 0.47% | - |
| XYZ | 10.56 | 15.18 | 12.73 | - |
| YUV | 98.98 | 124.62 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 120 | 93 | 0.5 | 0 | 0.22 | 0.53 | 153 | 0.33 | 0.35 |
| Hex | 3C | 78 | 5D | 32 | 0 | 16 | 35 | 99 | 21 | 23 |
| Octal | 74 | 170 | 135 | 62 | 0 | 26 | 65 | 231 | 41 | 43 |
| Binary | 111100 | 1111000 | 1011101 | 110010 | 0 | 10110 | 110101 | 10011001 | 100001 | 100011 |
Color Harmonies of #3C785D
Complementary color
Monochromatic Colors of #3C785D
Black with #3C785D
Text Example
Text Example
White with #3C785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C785D; }
p { color: rgb(60,120,93); }
H1.HeaderClassName
{
color: #3C785D;
}
.AnyTagClassName
{
color: #3C785D;
}
</style>
background-color css
<style>
a { background-color: #3C785D; }
a { background-color: rgb(60,120,93); }
div.DivClassName
{
background-color: #3C785D;
}
.BgClassName
{
background-color: #3C785D;
}
</style>
border-color css
<style>
span { border-color: #3C785D; }
span { border-color: rgb(60,120,93); }
td.TdClassName
{
border-color: #3C785D;
}
.TagClassName
{
border-color: #3C785D;
}
</style>