Shades of Como #4C735B
Tints of Como #4C735B
RGB
CMYK
RGB Variations
Color information
#4C735B (or 0x4C735B) is known color: Como. HEX triplet: 4C, 73 and 5B. RGB value is (76,115,91). Sum of RGB (Red+Green+Blue) = 76+115+91=282 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.95% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 115 - color contains mainly: green. Hex color #4C735B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C735B is #B38CA4. Grayscale: #646464. Windows color (decimal): -11766949 or 5993292. OLE color: 5993292.
HSL color Cylindrical-coordinate representation of color #4C735B: hue angle of 143.08º 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 #4C735B is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 115 | 91 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.55 |
| HSL | 143.08º | 0.2% | 0.37% | - |
| HSV(B) | 143.08º | 0.34% | 0.45% | - |
| XYZ | 11 | 14.55 | 12.13 | - |
| YUV | 100.6 | 122.58 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 115 | 91 | 0.34 | 0 | 0.21 | 0.55 | 143.08 | 0.2 | 0.37 |
| Hex | 4C | 73 | 5B | 22 | 0 | 15 | 37 | 8F | 14 | 25 |
| Octal | 114 | 163 | 133 | 42 | 0 | 25 | 67 | 217 | 24 | 45 |
| Binary | 1001100 | 1110011 | 1011011 | 100010 | 0 | 10101 | 110111 | 10001111 | 10100 | 100101 |
Color Harmonies of #4C735B
Complementary color
Monochromatic Colors of #4C735B
Black with #4C735B
Text Example
Text Example
White with #4C735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C735B; }
p { color: rgb(76,115,91); }
H1.HeaderClassName
{
color: #4C735B;
}
.AnyTagClassName
{
color: #4C735B;
}
</style>
background-color css
<style>
a { background-color: #4C735B; }
a { background-color: rgb(76,115,91); }
div.DivClassName
{
background-color: #4C735B;
}
.BgClassName
{
background-color: #4C735B;
}
</style>
border-color css
<style>
span { border-color: #4C735B; }
span { border-color: rgb(76,115,91); }
td.TdClassName
{
border-color: #4C735B;
}
.TagClassName
{
border-color: #4C735B;
}
</style>