Shades of Como #4C7D5C
Tints of Como #4C7D5C
RGB
CMYK
RGB Variations
Color information
#4C7D5C (or 0x4C7D5C) is known color: Como. HEX triplet: 4C, 7D and 5C. RGB value is (76,125,92). Sum of RGB (Red+Green+Blue) = 76+125+92=293 (38% of max value = 765). Red value is 76 (30.08% from 255 or 25.94% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 125 - color contains mainly: green. Hex color #4C7D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7D5C is #B382A3. Grayscale: #6A6A6A. Windows color (decimal): -11764388 or 6061388. OLE color: 6061388.
HSL color Cylindrical-coordinate representation of color #4C7D5C: hue angle of 139.59º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C7D5C is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 125 | 92 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.51 |
| HSL | 139.59º | 0.24% | 0.39% | - |
| HSV(B) | 139.59º | 0.39% | 0.49% | - |
| XYZ | 12.25 | 16.98 | 12.76 | - |
| YUV | 106.59 | 119.77 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 125 | 92 | 0.39 | 0 | 0.26 | 0.51 | 139.59 | 0.24 | 0.39 |
| Hex | 4C | 7D | 5C | 27 | 0 | 1A | 33 | 8C | 18 | 27 |
| Octal | 114 | 175 | 134 | 47 | 0 | 32 | 63 | 214 | 30 | 47 |
| Binary | 1001100 | 1111101 | 1011100 | 100111 | 0 | 11010 | 110011 | 10001100 | 11000 | 100111 |
Color Harmonies of #4C7D5C
Complementary color
Monochromatic Colors of #4C7D5C
Black with #4C7D5C
Text Example
Text Example
White with #4C7D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7D5C; }
p { color: rgb(76,125,92); }
H1.HeaderClassName
{
color: #4C7D5C;
}
.AnyTagClassName
{
color: #4C7D5C;
}
</style>
background-color css
<style>
a { background-color: #4C7D5C; }
a { background-color: rgb(76,125,92); }
div.DivClassName
{
background-color: #4C7D5C;
}
.BgClassName
{
background-color: #4C7D5C;
}
</style>
border-color css
<style>
span { border-color: #4C7D5C; }
span { border-color: rgb(76,125,92); }
td.TdClassName
{
border-color: #4C7D5C;
}
.TagClassName
{
border-color: #4C7D5C;
}
</style>