Shades of Como #4C805B
Tints of Como #4C805B
RGB
CMYK
RGB Variations
Color information
#4C805B (or 0x4C805B) is known color: Como. HEX triplet: 4C, 80 and 5B. RGB value is (76,128,91). Sum of RGB (Red+Green+Blue) = 76+128+91=295 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.76% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 128 - color contains mainly: green. Hex color #4C805B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C805B is #B37FA4. Grayscale: #6C6C6C. Windows color (decimal): -11763621 or 5996620. OLE color: 5996620.
HSL color Cylindrical-coordinate representation of color #4C805B: hue angle of 137.31º 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 #4C805B is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 76 | 128 | 91 | - |
| CMYK | 0.41 | 0 | 0.29 | 0.50 |
| HSL | 137.31º | 0.25% | 0.4% | - |
| HSV(B) | 137.31º | 0.41% | 0.5% | - |
| XYZ | 12.59 | 17.73 | 12.66 | - |
| YUV | 108.23 | 118.27 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 128 | 91 | 0.41 | 0 | 0.29 | 0.50 | 137.31 | 0.25 | 0.4 |
| Hex | 4C | 80 | 5B | 29 | 0 | 1D | 32 | 89 | 19 | 28 |
| Octal | 114 | 200 | 133 | 51 | 0 | 35 | 62 | 211 | 31 | 50 |
| Binary | 1001100 | 10000000 | 1011011 | 101001 | 0 | 11101 | 110010 | 10001001 | 11001 | 101000 |
Color Harmonies of #4C805B
Complementary color
Monochromatic Colors of #4C805B
Black with #4C805B
Text Example
Text Example
White with #4C805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C805B; }
p { color: rgb(76,128,91); }
H1.HeaderClassName
{
color: #4C805B;
}
.AnyTagClassName
{
color: #4C805B;
}
</style>
background-color css
<style>
a { background-color: #4C805B; }
a { background-color: rgb(76,128,91); }
div.DivClassName
{
background-color: #4C805B;
}
.BgClassName
{
background-color: #4C805B;
}
</style>
border-color css
<style>
span { border-color: #4C805B; }
span { border-color: rgb(76,128,91); }
td.TdClassName
{
border-color: #4C805B;
}
.TagClassName
{
border-color: #4C805B;
}
</style>