Shades of Como #4C8559
Tints of Como #4C8559
RGB
CMYK
RGB Variations
Color information
#4C8559 (or 0x4C8559) is known color: Como. HEX triplet: 4C, 85 and 59. RGB value is (76,133,89). Sum of RGB (Red+Green+Blue) = 76+133+89=298 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.50% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #4C8559 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8559 is #B37AA6. Grayscale: #6F6F6F. Windows color (decimal): -11762343 or 5866828. OLE color: 5866828.
HSL color Cylindrical-coordinate representation of color #4C8559: hue angle of 133.68º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C8559 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 76 | 133 | 89 | - |
| CMYK | 0.43 | 0 | 0.33 | 0.48 |
| HSL | 133.68º | 0.27% | 0.41% | - |
| HSV(B) | 133.68º | 0.43% | 0.52% | - |
| XYZ | 13.17 | 19.03 | 12.43 | - |
| YUV | 110.94 | 115.62 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 133 | 89 | 0.43 | 0 | 0.33 | 0.48 | 133.68 | 0.27 | 0.41 |
| Hex | 4C | 85 | 59 | 2B | 0 | 21 | 30 | 86 | 1B | 29 |
| Octal | 114 | 205 | 131 | 53 | 0 | 41 | 60 | 206 | 33 | 51 |
| Binary | 1001100 | 10000101 | 1011001 | 101011 | 0 | 100001 | 110000 | 10000110 | 11011 | 101001 |
Color Harmonies of #4C8559
Complementary color
Monochromatic Colors of #4C8559
Black with #4C8559
Text Example
Text Example
White with #4C8559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8559; }
p { color: rgb(76,133,89); }
H1.HeaderClassName
{
color: #4C8559;
}
.AnyTagClassName
{
color: #4C8559;
}
</style>
background-color css
<style>
a { background-color: #4C8559; }
a { background-color: rgb(76,133,89); }
div.DivClassName
{
background-color: #4C8559;
}
.BgClassName
{
background-color: #4C8559;
}
</style>
border-color css
<style>
span { border-color: #4C8559; }
span { border-color: rgb(76,133,89); }
td.TdClassName
{
border-color: #4C8559;
}
.TagClassName
{
border-color: #4C8559;
}
</style>