Shades of Como #4C7357
Tints of Como #4C7357
RGB
CMYK
RGB Variations
Color information
#4C7357 (or 0x4C7357) is known color: Como. HEX triplet: 4C, 73 and 57. RGB value is (76,115,87). Sum of RGB (Red+Green+Blue) = 76+115+87=278 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.34% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 115 - color contains mainly: green. Hex color #4C7357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7357 is #B38CA8. Grayscale: #646464. Windows color (decimal): -11766953 or 5731148. OLE color: 5731148.
HSL color Cylindrical-coordinate representation of color #4C7357: hue angle of 136.92º 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 #4C7357 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 115 | 87 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.55 |
| HSL | 136.92º | 0.2% | 0.37% | - |
| HSV(B) | 136.92º | 0.34% | 0.45% | - |
| XYZ | 10.83 | 14.49 | 11.24 | - |
| YUV | 100.15 | 120.58 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 115 | 87 | 0.34 | 0 | 0.24 | 0.55 | 136.92 | 0.2 | 0.37 |
| Hex | 4C | 73 | 57 | 22 | 0 | 18 | 37 | 89 | 14 | 25 |
| Octal | 114 | 163 | 127 | 42 | 0 | 30 | 67 | 211 | 24 | 45 |
| Binary | 1001100 | 1110011 | 1010111 | 100010 | 0 | 11000 | 110111 | 10001001 | 10100 | 100101 |
Color Harmonies of #4C7357
Complementary color
Monochromatic Colors of #4C7357
Black with #4C7357
Text Example
Text Example
White with #4C7357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7357; }
p { color: rgb(76,115,87); }
H1.HeaderClassName
{
color: #4C7357;
}
.AnyTagClassName
{
color: #4C7357;
}
</style>
background-color css
<style>
a { background-color: #4C7357; }
a { background-color: rgb(76,115,87); }
div.DivClassName
{
background-color: #4C7357;
}
.BgClassName
{
background-color: #4C7357;
}
</style>
border-color css
<style>
span { border-color: #4C7357; }
span { border-color: rgb(76,115,87); }
td.TdClassName
{
border-color: #4C7357;
}
.TagClassName
{
border-color: #4C7357;
}
</style>