Shades of Amazon #3C7756
Tints of Amazon #3C7756
RGB
CMYK
RGB Variations
Color information
#3C7756 (or 0x3C7756) is known color: Amazon. HEX triplet: 3C, 77 and 56. RGB value is (60,119,86). Sum of RGB (Red+Green+Blue) = 60+119+86=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 119 - color contains mainly: green. Hex color #3C7756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7756 is #C388A9. Grayscale: #616161. Windows color (decimal): -12814506 or 5666620. OLE color: 5666620.
HSL color Cylindrical-coordinate representation of color #3C7756: hue angle of 146.44º 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 #3C7756 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 119 | 86 | - |
| CMYK | 0.50 | 0 | 0.28 | 0.53 |
| HSL | 146.44º | 0.33% | 0.35% | - |
| HSV(B) | 146.44º | 0.5% | 0.47% | - |
| XYZ | 10.14 | 14.83 | 11.13 | - |
| YUV | 97.6 | 121.45 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 119 | 86 | 0.50 | 0 | 0.28 | 0.53 | 146.44 | 0.33 | 0.35 |
| Hex | 3C | 77 | 56 | 32 | 0 | 1C | 35 | 92 | 21 | 23 |
| Octal | 74 | 167 | 126 | 62 | 0 | 34 | 65 | 222 | 41 | 43 |
| Binary | 111100 | 1110111 | 1010110 | 110010 | 0 | 11100 | 110101 | 10010010 | 100001 | 100011 |
Color Harmonies of #3C7756
Complementary color
Monochromatic Colors of #3C7756
Black with #3C7756
Text Example
Text Example
White with #3C7756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7756; }
p { color: rgb(60,119,86); }
H1.HeaderClassName
{
color: #3C7756;
}
.AnyTagClassName
{
color: #3C7756;
}
</style>
background-color css
<style>
a { background-color: #3C7756; }
a { background-color: rgb(60,119,86); }
div.DivClassName
{
background-color: #3C7756;
}
.BgClassName
{
background-color: #3C7756;
}
</style>
border-color css
<style>
span { border-color: #3C7756; }
span { border-color: rgb(60,119,86); }
td.TdClassName
{
border-color: #3C7756;
}
.TagClassName
{
border-color: #3C7756;
}
</style>