Shades of Amazon #3C7156
Tints of Amazon #3C7156
RGB
CMYK
RGB Variations
Color information
#3C7156 (or 0x3C7156) is known color: Amazon. HEX triplet: 3C, 71 and 56. RGB value is (60,113,86). Sum of RGB (Red+Green+Blue) = 60+113+86=259 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.17% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 113 - color contains mainly: green. Hex color #3C7156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7156 is #C38EA9. Grayscale: #5E5E5E. Windows color (decimal): -12816042 or 5665084. OLE color: 5665084.
HSL color Cylindrical-coordinate representation of color #3C7156: hue angle of 149.43º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C7156 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 113 | 86 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.56 |
| HSL | 149.43º | 0.31% | 0.34% | - |
| HSV(B) | 149.43º | 0.47% | 0.44% | - |
| XYZ | 9.45 | 13.44 | 10.9 | - |
| YUV | 94.08 | 123.44 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 113 | 86 | 0.47 | 0 | 0.24 | 0.56 | 149.43 | 0.31 | 0.34 |
| Hex | 3C | 71 | 56 | 2F | 0 | 18 | 38 | 95 | 1F | 22 |
| Octal | 74 | 161 | 126 | 57 | 0 | 30 | 70 | 225 | 37 | 42 |
| Binary | 111100 | 1110001 | 1010110 | 101111 | 0 | 11000 | 111000 | 10010101 | 11111 | 100010 |
Color Harmonies of #3C7156
Complementary color
Monochromatic Colors of #3C7156
Black with #3C7156
Text Example
Text Example
White with #3C7156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7156; }
p { color: rgb(60,113,86); }
H1.HeaderClassName
{
color: #3C7156;
}
.AnyTagClassName
{
color: #3C7156;
}
</style>
background-color css
<style>
a { background-color: #3C7156; }
a { background-color: rgb(60,113,86); }
div.DivClassName
{
background-color: #3C7156;
}
.BgClassName
{
background-color: #3C7156;
}
</style>
border-color css
<style>
span { border-color: #3C7156; }
span { border-color: rgb(60,113,86); }
td.TdClassName
{
border-color: #3C7156;
}
.TagClassName
{
border-color: #3C7156;
}
</style>