Shades of Viridian Green #4C605A
Tints of Viridian Green #4C605A
RGB
CMYK
RGB Variations
Color information
#4C605A (or 0x4C605A) is known color: Viridian Green. HEX triplet: 4C, 60 and 5A. RGB value is (76,96,90). Sum of RGB (Red+Green+Blue) = 76+96+90=262 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.01% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 96 - color contains mainly: green. Hex color #4C605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C605A is #B39FA5. Grayscale: #595959. Windows color (decimal): -11771814 or 5922892. OLE color: 5922892.
HSL color Cylindrical-coordinate representation of color #4C605A: hue angle of 162º 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 #4C605A is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 96 | 90 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.62 |
| HSL | 162º | 0.12% | 0.34% | - |
| HSV(B) | 162º | 0.21% | 0.38% | - |
| XYZ | 9.01 | 10.64 | 11.25 | - |
| YUV | 89.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 96 | 90 | 0.21 | 0 | 0.06 | 0.62 | 162 | 0.12 | 0.34 |
| Hex | 4C | 60 | 5A | 15 | 0 | 6 | 3E | A2 | C | 22 |
| Octal | 114 | 140 | 132 | 25 | 0 | 6 | 76 | 242 | 14 | 42 |
| Binary | 1001100 | 1100000 | 1011010 | 10101 | 0 | 110 | 111110 | 10100010 | 1100 | 100010 |
Color Harmonies of #4C605A
Complementary color
Monochromatic Colors of #4C605A
Black with #4C605A
Text Example
Text Example
White with #4C605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C605A; }
p { color: rgb(76,96,90); }
H1.HeaderClassName
{
color: #4C605A;
}
.AnyTagClassName
{
color: #4C605A;
}
</style>
background-color css
<style>
a { background-color: #4C605A; }
a { background-color: rgb(76,96,90); }
div.DivClassName
{
background-color: #4C605A;
}
.BgClassName
{
background-color: #4C605A;
}
</style>
border-color css
<style>
span { border-color: #4C605A; }
span { border-color: rgb(76,96,90); }
td.TdClassName
{
border-color: #4C605A;
}
.TagClassName
{
border-color: #4C605A;
}
</style>