Shades of Como #4C7E5A
Tints of Como #4C7E5A
RGB
CMYK
RGB Variations
Color information
#4C7E5A (or 0x4C7E5A) is known color: Como. HEX triplet: 4C, 7E and 5A. RGB value is (76,126,90). Sum of RGB (Red+Green+Blue) = 76+126+90=292 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.03% from 292); Green value is 126 (49.61% from 255 or 43.15% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 126 - color contains mainly: green. Hex color #4C7E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7E5A is #B381A5. Grayscale: #6B6B6B. Windows color (decimal): -11764134 or 5930572. OLE color: 5930572.
HSL color Cylindrical-coordinate representation of color #4C7E5A: hue angle of 136.8º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C7E5A is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 126 | 90 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.51 |
| HSL | 136.8º | 0.25% | 0.4% | - |
| HSV(B) | 136.8º | 0.4% | 0.49% | - |
| XYZ | 12.29 | 17.2 | 12.34 | - |
| YUV | 106.95 | 118.44 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 126 | 90 | 0.40 | 0 | 0.29 | 0.51 | 136.8 | 0.25 | 0.4 |
| Hex | 4C | 7E | 5A | 28 | 0 | 1D | 33 | 89 | 19 | 28 |
| Octal | 114 | 176 | 132 | 50 | 0 | 35 | 63 | 211 | 31 | 50 |
| Binary | 1001100 | 1111110 | 1011010 | 101000 | 0 | 11101 | 110011 | 10001001 | 11001 | 101000 |
Color Harmonies of #4C7E5A
Complementary color
Monochromatic Colors of #4C7E5A
Black with #4C7E5A
Text Example
Text Example
White with #4C7E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7E5A; }
p { color: rgb(76,126,90); }
H1.HeaderClassName
{
color: #4C7E5A;
}
.AnyTagClassName
{
color: #4C7E5A;
}
</style>
background-color css
<style>
a { background-color: #4C7E5A; }
a { background-color: rgb(76,126,90); }
div.DivClassName
{
background-color: #4C7E5A;
}
.BgClassName
{
background-color: #4C7E5A;
}
</style>
border-color css
<style>
span { border-color: #4C7E5A; }
span { border-color: rgb(76,126,90); }
td.TdClassName
{
border-color: #4C7E5A;
}
.TagClassName
{
border-color: #4C7E5A;
}
</style>