Shades of Como #4C8059
Tints of Como #4C8059
RGB
CMYK
RGB Variations
Color information
#4C8059 (or 0x4C8059) is known color: Como. HEX triplet: 4C, 80 and 59. RGB value is (76,128,89). Sum of RGB (Red+Green+Blue) = 76+128+89=293 (38% of max value = 765). Red value is 76 (30.08% from 255 or 25.94% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 128 - color contains mainly: green. Hex color #4C8059 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8059 is #B37FA6. Grayscale: #6C6C6C. Windows color (decimal): -11763623 or 5865548. OLE color: 5865548.
HSL color Cylindrical-coordinate representation of color #4C8059: hue angle of 135º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C8059 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 76 | 128 | 89 | - |
| CMYK | 0.41 | 0 | 0.30 | 0.50 |
| HSL | 135º | 0.25% | 0.4% | - |
| HSV(B) | 135º | 0.41% | 0.5% | - |
| XYZ | 12.5 | 17.7 | 12.21 | - |
| YUV | 108.01 | 117.27 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 128 | 89 | 0.41 | 0 | 0.30 | 0.50 | 135 | 0.25 | 0.4 |
| Hex | 4C | 80 | 59 | 29 | 0 | 1E | 32 | 87 | 19 | 28 |
| Octal | 114 | 200 | 131 | 51 | 0 | 36 | 62 | 207 | 31 | 50 |
| Binary | 1001100 | 10000000 | 1011001 | 101001 | 0 | 11110 | 110010 | 10000111 | 11001 | 101000 |
Color Harmonies of #4C8059
Complementary color
Monochromatic Colors of #4C8059
Black with #4C8059
Text Example
Text Example
White with #4C8059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8059; }
p { color: rgb(76,128,89); }
H1.HeaderClassName
{
color: #4C8059;
}
.AnyTagClassName
{
color: #4C8059;
}
</style>
background-color css
<style>
a { background-color: #4C8059; }
a { background-color: rgb(76,128,89); }
div.DivClassName
{
background-color: #4C8059;
}
.BgClassName
{
background-color: #4C8059;
}
</style>
border-color css
<style>
span { border-color: #4C8059; }
span { border-color: rgb(76,128,89); }
td.TdClassName
{
border-color: #4C8059;
}
.TagClassName
{
border-color: #4C8059;
}
</style>