Shades of Viridian #4C9077
Tints of Viridian #4C9077
RGB
CMYK
RGB Variations
Color information
#4C9077 (or 0x4C9077) is known color: Viridian. HEX triplet: 4C, 90 and 77. RGB value is (76,144,119). Sum of RGB (Red+Green+Blue) = 76+144+119=339 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.42% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 144 - color contains mainly: green. Hex color #4C9077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9077 is #B36F88. Grayscale: #787878. Windows color (decimal): -11759497 or 7835724. OLE color: 7835724.
HSL color Cylindrical-coordinate representation of color #4C9077: hue angle of 157.94º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C9077 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 76 | 144 | 119 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.44 |
| HSL | 157.94º | 0.31% | 0.43% | - |
| HSV(B) | 157.94º | 0.47% | 0.56% | - |
| XYZ | 16.28 | 22.81 | 21 | - |
| YUV | 120.82 | 126.97 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 144 | 119 | 0.47 | 0 | 0.17 | 0.44 | 157.94 | 0.31 | 0.43 |
| Hex | 4C | 90 | 77 | 2F | 0 | 11 | 2C | 9E | 1F | 2B |
| Octal | 114 | 220 | 167 | 57 | 0 | 21 | 54 | 236 | 37 | 53 |
| Binary | 1001100 | 10010000 | 1110111 | 101111 | 0 | 10001 | 101100 | 10011110 | 11111 | 101011 |
Color Harmonies of #4C9077
Complementary color
Monochromatic Colors of #4C9077
Black with #4C9077
Text Example
Text Example
White with #4C9077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9077; }
p { color: rgb(76,144,119); }
H1.HeaderClassName
{
color: #4C9077;
}
.AnyTagClassName
{
color: #4C9077;
}
</style>
background-color css
<style>
a { background-color: #4C9077; }
a { background-color: rgb(76,144,119); }
div.DivClassName
{
background-color: #4C9077;
}
.BgClassName
{
background-color: #4C9077;
}
</style>
border-color css
<style>
span { border-color: #4C9077; }
span { border-color: rgb(76,144,119); }
td.TdClassName
{
border-color: #4C9077;
}
.TagClassName
{
border-color: #4C9077;
}
</style>