Shades of Como #4C805D
Tints of Como #4C805D
RGB
CMYK
RGB Variations
Color information
#4C805D (or 0x4C805D) is known color: Como. HEX triplet: 4C, 80 and 5D. RGB value is (76,128,93). Sum of RGB (Red+Green+Blue) = 76+128+93=297 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.59% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 128 - color contains mainly: green. Hex color #4C805D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C805D is #B37FA2. Grayscale: #6C6C6C. Windows color (decimal): -11763619 or 6127692. OLE color: 6127692.
HSL color Cylindrical-coordinate representation of color #4C805D: hue angle of 139.62º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C805D is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 76 | 128 | 93 | - |
| CMYK | 0.41 | 0 | 0.27 | 0.50 |
| HSL | 139.62º | 0.25% | 0.4% | - |
| HSV(B) | 139.62º | 0.41% | 0.5% | - |
| XYZ | 12.68 | 17.77 | 13.12 | - |
| YUV | 108.46 | 119.27 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 128 | 93 | 0.41 | 0 | 0.27 | 0.50 | 139.62 | 0.25 | 0.4 |
| Hex | 4C | 80 | 5D | 29 | 0 | 1B | 32 | 8C | 19 | 28 |
| Octal | 114 | 200 | 135 | 51 | 0 | 33 | 62 | 214 | 31 | 50 |
| Binary | 1001100 | 10000000 | 1011101 | 101001 | 0 | 11011 | 110010 | 10001100 | 11001 | 101000 |
Color Harmonies of #4C805D
Complementary color
Monochromatic Colors of #4C805D
Black with #4C805D
Text Example
Text Example
White with #4C805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C805D; }
p { color: rgb(76,128,93); }
H1.HeaderClassName
{
color: #4C805D;
}
.AnyTagClassName
{
color: #4C805D;
}
</style>
background-color css
<style>
a { background-color: #4C805D; }
a { background-color: rgb(76,128,93); }
div.DivClassName
{
background-color: #4C805D;
}
.BgClassName
{
background-color: #4C805D;
}
</style>
border-color css
<style>
span { border-color: #4C805D; }
span { border-color: rgb(76,128,93); }
td.TdClassName
{
border-color: #4C805D;
}
.TagClassName
{
border-color: #4C805D;
}
</style>