Shades of Amazon #3C8851
Tints of Amazon #3C8851
RGB
CMYK
RGB Variations
Color information
#3C8851 (or 0x3C8851) is known color: Amazon. HEX triplet: 3C, 88 and 51. RGB value is (60,136,81). Sum of RGB (Red+Green+Blue) = 60+136+81=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 136 - color contains mainly: green. Hex color #3C8851 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8851 is #C377AE. Grayscale: #6B6B6B. Windows color (decimal): -12810159 or 5343292. OLE color: 5343292.
HSL color Cylindrical-coordinate representation of color #3C8851: hue angle of 136.58º 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 #3C8851 is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 136 | 81 | - |
| CMYK | 0.56 | 0 | 0.40 | 0.47 |
| HSL | 136.58º | 0.39% | 0.38% | - |
| HSV(B) | 136.58º | 0.56% | 0.53% | - |
| XYZ | 12.15 | 19.16 | 10.84 | - |
| YUV | 107.01 | 113.32 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 136 | 81 | 0.56 | 0 | 0.40 | 0.47 | 136.58 | 0.39 | 0.38 |
| Hex | 3C | 88 | 51 | 38 | 0 | 28 | 2F | 89 | 27 | 26 |
| Octal | 74 | 210 | 121 | 70 | 0 | 50 | 57 | 211 | 47 | 46 |
| Binary | 111100 | 10001000 | 1010001 | 111000 | 0 | 101000 | 101111 | 10001001 | 100111 | 100110 |
Color Harmonies of #3C8851
Complementary color
Monochromatic Colors of #3C8851
Black with #3C8851
Text Example
Text Example
White with #3C8851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8851; }
p { color: rgb(60,136,81); }
H1.HeaderClassName
{
color: #3C8851;
}
.AnyTagClassName
{
color: #3C8851;
}
</style>
background-color css
<style>
a { background-color: #3C8851; }
a { background-color: rgb(60,136,81); }
div.DivClassName
{
background-color: #3C8851;
}
.BgClassName
{
background-color: #3C8851;
}
</style>
border-color css
<style>
span { border-color: #3C8851; }
span { border-color: rgb(60,136,81); }
td.TdClassName
{
border-color: #3C8851;
}
.TagClassName
{
border-color: #3C8851;
}
</style>