Shades of Amazon #3C785C
Tints of Amazon #3C785C
RGB
CMYK
RGB Variations
Color information
#3C785C (or 0x3C785C) is known color: Amazon. HEX triplet: 3C, 78 and 5C. RGB value is (60,120,92). Sum of RGB (Red+Green+Blue) = 60+120+92=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 120 - color contains mainly: green. Hex color #3C785C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C785C is #C387A3. Grayscale: #626262. Windows color (decimal): -12814244 or 6060092. OLE color: 6060092.
HSL color Cylindrical-coordinate representation of color #3C785C: hue angle of 152º 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 #3C785C is Cyan = 0.5, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 120 | 92 | - |
| CMYK | 0.5 | 0 | 0.23 | 0.53 |
| HSL | 152º | 0.33% | 0.35% | - |
| HSV(B) | 152º | 0.5% | 0.47% | - |
| XYZ | 10.51 | 15.17 | 12.5 | - |
| YUV | 98.87 | 124.12 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 120 | 92 | 0.5 | 0 | 0.23 | 0.53 | 152 | 0.33 | 0.35 |
| Hex | 3C | 78 | 5C | 32 | 0 | 17 | 35 | 98 | 21 | 23 |
| Octal | 74 | 170 | 134 | 62 | 0 | 27 | 65 | 230 | 41 | 43 |
| Binary | 111100 | 1111000 | 1011100 | 110010 | 0 | 10111 | 110101 | 10011000 | 100001 | 100011 |
Color Harmonies of #3C785C
Complementary color
Monochromatic Colors of #3C785C
Black with #3C785C
Text Example
Text Example
White with #3C785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C785C; }
p { color: rgb(60,120,92); }
H1.HeaderClassName
{
color: #3C785C;
}
.AnyTagClassName
{
color: #3C785C;
}
</style>
background-color css
<style>
a { background-color: #3C785C; }
a { background-color: rgb(60,120,92); }
div.DivClassName
{
background-color: #3C785C;
}
.BgClassName
{
background-color: #3C785C;
}
</style>
border-color css
<style>
span { border-color: #3C785C; }
span { border-color: rgb(60,120,92); }
td.TdClassName
{
border-color: #3C785C;
}
.TagClassName
{
border-color: #3C785C;
}
</style>