Shades of Amazon #3C8856
Tints of Amazon #3C8856
RGB
CMYK
RGB Variations
Color information
#3C8856 (or 0x3C8856) is known color: Amazon. HEX triplet: 3C, 88 and 56. RGB value is (60,136,86). Sum of RGB (Red+Green+Blue) = 60+136+86=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 136 (53.52% from 255 or 48.23% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 136 - color contains mainly: green. Hex color #3C8856 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8856 is #C377A9. Grayscale: #6B6B6B. Windows color (decimal): -12810154 or 5670972. OLE color: 5670972.
HSL color Cylindrical-coordinate representation of color #3C8856: hue angle of 140.53º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C8856 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 136 | 86 | - |
| CMYK | 0.56 | 0 | 0.37 | 0.47 |
| HSL | 140.53º | 0.39% | 0.38% | - |
| HSV(B) | 140.53º | 0.56% | 0.53% | - |
| XYZ | 12.35 | 19.24 | 11.87 | - |
| YUV | 107.58 | 115.82 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 136 | 86 | 0.56 | 0 | 0.37 | 0.47 | 140.53 | 0.39 | 0.38 |
| Hex | 3C | 88 | 56 | 38 | 0 | 25 | 2F | 8D | 27 | 26 |
| Octal | 74 | 210 | 126 | 70 | 0 | 45 | 57 | 215 | 47 | 46 |
| Binary | 111100 | 10001000 | 1010110 | 111000 | 0 | 100101 | 101111 | 10001101 | 100111 | 100110 |
Color Harmonies of #3C8856
Complementary color
Monochromatic Colors of #3C8856
Black with #3C8856
Text Example
Text Example
White with #3C8856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8856; }
p { color: rgb(60,136,86); }
H1.HeaderClassName
{
color: #3C8856;
}
.AnyTagClassName
{
color: #3C8856;
}
</style>
background-color css
<style>
a { background-color: #3C8856; }
a { background-color: rgb(60,136,86); }
div.DivClassName
{
background-color: #3C8856;
}
.BgClassName
{
background-color: #3C8856;
}
</style>
border-color css
<style>
span { border-color: #3C8856; }
span { border-color: rgb(60,136,86); }
td.TdClassName
{
border-color: #3C8856;
}
.TagClassName
{
border-color: #3C8856;
}
</style>