Shades of Como #4C8164
Tints of Como #4C8164
RGB
CMYK
RGB Variations
Color information
#4C8164 (or 0x4C8164) is known color: Como. HEX triplet: 4C, 81 and 64. RGB value is (76,129,100). Sum of RGB (Red+Green+Blue) = 76+129+100=305 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.92% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #4C8164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8164 is #B37E9B. Grayscale: #6D6D6D. Windows color (decimal): -11763356 or 6586700. OLE color: 6586700.
HSL color Cylindrical-coordinate representation of color #4C8164: hue angle of 147.17º 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 #4C8164 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 129 | 100 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.49 |
| HSL | 147.17º | 0.26% | 0.4% | - |
| HSV(B) | 147.17º | 0.41% | 0.51% | - |
| XYZ | 13.13 | 18.16 | 14.87 | - |
| YUV | 109.85 | 122.44 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 129 | 100 | 0.41 | 0 | 0.22 | 0.49 | 147.17 | 0.26 | 0.4 |
| Hex | 4C | 81 | 64 | 29 | 0 | 16 | 31 | 93 | 1A | 28 |
| Octal | 114 | 201 | 144 | 51 | 0 | 26 | 61 | 223 | 32 | 50 |
| Binary | 1001100 | 10000001 | 1100100 | 101001 | 0 | 10110 | 110001 | 10010011 | 11010 | 101000 |
Color Harmonies of #4C8164
Complementary color
Monochromatic Colors of #4C8164
Black with #4C8164
Text Example
Text Example
White with #4C8164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8164; }
p { color: rgb(76,129,100); }
H1.HeaderClassName
{
color: #4C8164;
}
.AnyTagClassName
{
color: #4C8164;
}
</style>
background-color css
<style>
a { background-color: #4C8164; }
a { background-color: rgb(76,129,100); }
div.DivClassName
{
background-color: #4C8164;
}
.BgClassName
{
background-color: #4C8164;
}
</style>
border-color css
<style>
span { border-color: #4C8164; }
span { border-color: rgb(76,129,100); }
td.TdClassName
{
border-color: #4C8164;
}
.TagClassName
{
border-color: #4C8164;
}
</style>