Shades of Viridian Green #4C5F55
Tints of Viridian Green #4C5F55
RGB
CMYK
RGB Variations
Color information
#4C5F55 (or 0x4C5F55) is known color: Viridian Green. HEX triplet: 4C, 5F and 55. RGB value is (76,95,85). Sum of RGB (Red+Green+Blue) = 76+95+85=256 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.69% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 95 - color contains mainly: green. Hex color #4C5F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5F55 is #B3A0AA. Grayscale: #585858. Windows color (decimal): -11772075 or 5594956. OLE color: 5594956.
HSL color Cylindrical-coordinate representation of color #4C5F55: hue angle of 148.42º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4C5F55 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 76 | 95 | 85 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.63 |
| HSL | 148.42º | 0.11% | 0.34% | - |
| HSV(B) | 148.42º | 0.2% | 0.37% | - |
| XYZ | 8.71 | 10.38 | 10.14 | - |
| YUV | 88.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 95 | 85 | 0.20 | 0 | 0.11 | 0.63 | 148.42 | 0.11 | 0.34 |
| Hex | 4C | 5F | 55 | 14 | 0 | B | 3F | 94 | B | 22 |
| Octal | 114 | 137 | 125 | 24 | 0 | 13 | 77 | 224 | 13 | 42 |
| Binary | 1001100 | 1011111 | 1010101 | 10100 | 0 | 1011 | 111111 | 10010100 | 1011 | 100010 |
Color Harmonies of #4C5F55
Complementary color
Monochromatic Colors of #4C5F55
Black with #4C5F55
Text Example
Text Example
White with #4C5F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5F55; }
p { color: rgb(76,95,85); }
H1.HeaderClassName
{
color: #4C5F55;
}
.AnyTagClassName
{
color: #4C5F55;
}
</style>
background-color css
<style>
a { background-color: #4C5F55; }
a { background-color: rgb(76,95,85); }
div.DivClassName
{
background-color: #4C5F55;
}
.BgClassName
{
background-color: #4C5F55;
}
</style>
border-color css
<style>
span { border-color: #4C5F55; }
span { border-color: rgb(76,95,85); }
td.TdClassName
{
border-color: #4C5F55;
}
.TagClassName
{
border-color: #4C5F55;
}
</style>