Shades of Como #4C8163
Tints of Como #4C8163
RGB
CMYK
RGB Variations
Color information
#4C8163 (or 0x4C8163) is known color: Como. HEX triplet: 4C, 81 and 63. RGB value is (76,129,99). Sum of RGB (Red+Green+Blue) = 76+129+99=304 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 129 - color contains mainly: green. Hex color #4C8163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8163 is #B37E9C. Grayscale: #6D6D6D. Windows color (decimal): -11763357 or 6521164. OLE color: 6521164.
HSL color Cylindrical-coordinate representation of color #4C8163: hue angle of 146.04º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C8163 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 129 | 99 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.49 |
| HSL | 146.04º | 0.26% | 0.4% | - |
| HSV(B) | 146.04º | 0.41% | 0.51% | - |
| XYZ | 13.08 | 18.14 | 14.62 | - |
| YUV | 109.73 | 121.94 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 129 | 99 | 0.41 | 0 | 0.23 | 0.49 | 146.04 | 0.26 | 0.4 |
| Hex | 4C | 81 | 63 | 29 | 0 | 17 | 31 | 92 | 1A | 28 |
| Octal | 114 | 201 | 143 | 51 | 0 | 27 | 61 | 222 | 32 | 50 |
| Binary | 1001100 | 10000001 | 1100011 | 101001 | 0 | 10111 | 110001 | 10010010 | 11010 | 101000 |
Color Harmonies of #4C8163
Complementary color
Monochromatic Colors of #4C8163
Black with #4C8163
Text Example
Text Example
White with #4C8163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8163; }
p { color: rgb(76,129,99); }
H1.HeaderClassName
{
color: #4C8163;
}
.AnyTagClassName
{
color: #4C8163;
}
</style>
background-color css
<style>
a { background-color: #4C8163; }
a { background-color: rgb(76,129,99); }
div.DivClassName
{
background-color: #4C8163;
}
.BgClassName
{
background-color: #4C8163;
}
</style>
border-color css
<style>
span { border-color: #4C8163; }
span { border-color: rgb(76,129,99); }
td.TdClassName
{
border-color: #4C8163;
}
.TagClassName
{
border-color: #4C8163;
}
</style>