Shades of Como #4C735F
Tints of Como #4C735F
RGB
CMYK
RGB Variations
Color information
#4C735F (or 0x4C735F) is known color: Como. HEX triplet: 4C, 73 and 5F. RGB value is (76,115,95). Sum of RGB (Red+Green+Blue) = 76+115+95=286 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.57% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 115 - color contains mainly: green. Hex color #4C735F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C735F is #B38CA0. Grayscale: #656565. Windows color (decimal): -11766945 or 6255436. OLE color: 6255436.
HSL color Cylindrical-coordinate representation of color #4C735F: hue angle of 149.23º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C735F is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 115 | 95 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.55 |
| HSL | 149.23º | 0.2% | 0.37% | - |
| HSV(B) | 149.23º | 0.34% | 0.45% | - |
| XYZ | 11.18 | 14.62 | 13.06 | - |
| YUV | 101.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 115 | 95 | 0.34 | 0 | 0.17 | 0.55 | 149.23 | 0.2 | 0.37 |
| Hex | 4C | 73 | 5F | 22 | 0 | 11 | 37 | 95 | 14 | 25 |
| Octal | 114 | 163 | 137 | 42 | 0 | 21 | 67 | 225 | 24 | 45 |
| Binary | 1001100 | 1110011 | 1011111 | 100010 | 0 | 10001 | 110111 | 10010101 | 10100 | 100101 |
Color Harmonies of #4C735F
Complementary color
Monochromatic Colors of #4C735F
Black with #4C735F
Text Example
Text Example
White with #4C735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C735F; }
p { color: rgb(76,115,95); }
H1.HeaderClassName
{
color: #4C735F;
}
.AnyTagClassName
{
color: #4C735F;
}
</style>
background-color css
<style>
a { background-color: #4C735F; }
a { background-color: rgb(76,115,95); }
div.DivClassName
{
background-color: #4C735F;
}
.BgClassName
{
background-color: #4C735F;
}
</style>
border-color css
<style>
span { border-color: #4C735F; }
span { border-color: rgb(76,115,95); }
td.TdClassName
{
border-color: #4C735F;
}
.TagClassName
{
border-color: #4C735F;
}
</style>