Shades of Como #4C865A
Tints of Como #4C865A
RGB
CMYK
RGB Variations
Color information
#4C865A (or 0x4C865A) is known color: Como. HEX triplet: 4C, 86 and 5A. RGB value is (76,134,90). Sum of RGB (Red+Green+Blue) = 76+134+90=300 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.33% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 134 - color contains mainly: green. Hex color #4C865A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C865A is #B379A5. Grayscale: #6F6F6F. Windows color (decimal): -11762086 or 5932620. OLE color: 5932620.
HSL color Cylindrical-coordinate representation of color #4C865A: hue angle of 134.48º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C865A is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 134 | 90 | - |
| CMYK | 0.43 | 0 | 0.33 | 0.47 |
| HSL | 134.48º | 0.28% | 0.41% | - |
| HSV(B) | 134.48º | 0.43% | 0.53% | - |
| XYZ | 13.35 | 19.32 | 12.7 | - |
| YUV | 111.64 | 115.78 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 134 | 90 | 0.43 | 0 | 0.33 | 0.47 | 134.48 | 0.28 | 0.41 |
| Hex | 4C | 86 | 5A | 2B | 0 | 21 | 2F | 86 | 1C | 29 |
| Octal | 114 | 206 | 132 | 53 | 0 | 41 | 57 | 206 | 34 | 51 |
| Binary | 1001100 | 10000110 | 1011010 | 101011 | 0 | 100001 | 101111 | 10000110 | 11100 | 101001 |
Color Harmonies of #4C865A
Complementary color
Monochromatic Colors of #4C865A
Black with #4C865A
Text Example
Text Example
White with #4C865A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C865A; }
p { color: rgb(76,134,90); }
H1.HeaderClassName
{
color: #4C865A;
}
.AnyTagClassName
{
color: #4C865A;
}
</style>
background-color css
<style>
a { background-color: #4C865A; }
a { background-color: rgb(76,134,90); }
div.DivClassName
{
background-color: #4C865A;
}
.BgClassName
{
background-color: #4C865A;
}
</style>
border-color css
<style>
span { border-color: #4C865A; }
span { border-color: rgb(76,134,90); }
td.TdClassName
{
border-color: #4C865A;
}
.TagClassName
{
border-color: #4C865A;
}
</style>