Shades of Viridian Green #4C6058
Tints of Viridian Green #4C6058
RGB
CMYK
RGB Variations
Color information
#4C6058 (or 0x4C6058) is known color: Viridian Green. HEX triplet: 4C, 60 and 58. RGB value is (76,96,88). Sum of RGB (Red+Green+Blue) = 76+96+88=260 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.23% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 96 - color contains mainly: green. Hex color #4C6058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6058 is #B39FA7. Grayscale: #595959. Windows color (decimal): -11771816 or 5791820. OLE color: 5791820.
HSL color Cylindrical-coordinate representation of color #4C6058: hue angle of 156º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4C6058 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 96 | 88 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.62 |
| HSL | 156º | 0.12% | 0.34% | - |
| HSV(B) | 156º | 0.21% | 0.38% | - |
| XYZ | 8.92 | 10.61 | 10.81 | - |
| YUV | 89.11 | 127.37 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 96 | 88 | 0.21 | 0 | 0.08 | 0.62 | 156 | 0.12 | 0.34 |
| Hex | 4C | 60 | 58 | 15 | 0 | 8 | 3E | 9C | C | 22 |
| Octal | 114 | 140 | 130 | 25 | 0 | 10 | 76 | 234 | 14 | 42 |
| Binary | 1001100 | 1100000 | 1011000 | 10101 | 0 | 1000 | 111110 | 10011100 | 1100 | 100010 |
Color Harmonies of #4C6058
Complementary color
Monochromatic Colors of #4C6058
Black with #4C6058
Text Example
Text Example
White with #4C6058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6058; }
p { color: rgb(76,96,88); }
H1.HeaderClassName
{
color: #4C6058;
}
.AnyTagClassName
{
color: #4C6058;
}
</style>
background-color css
<style>
a { background-color: #4C6058; }
a { background-color: rgb(76,96,88); }
div.DivClassName
{
background-color: #4C6058;
}
.BgClassName
{
background-color: #4C6058;
}
</style>
border-color css
<style>
span { border-color: #4C6058; }
span { border-color: rgb(76,96,88); }
td.TdClassName
{
border-color: #4C6058;
}
.TagClassName
{
border-color: #4C6058;
}
</style>