Shades of Viridian #4C9073
Tints of Viridian #4C9073
RGB
CMYK
RGB Variations
Color information
#4C9073 (or 0x4C9073) is known color: Viridian. HEX triplet: 4C, 90 and 73. RGB value is (76,144,115). Sum of RGB (Red+Green+Blue) = 76+144+115=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #4C9073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9073 is #B36F8C. Grayscale: #787878. Windows color (decimal): -11759501 or 7573580. OLE color: 7573580.
HSL color Cylindrical-coordinate representation of color #4C9073: hue angle of 154.41º 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 #4C9073 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 76 | 144 | 115 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.44 |
| HSL | 154.41º | 0.31% | 0.43% | - |
| HSV(B) | 154.41º | 0.47% | 0.56% | - |
| XYZ | 16.05 | 22.72 | 19.76 | - |
| YUV | 120.36 | 124.97 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 144 | 115 | 0.47 | 0 | 0.20 | 0.44 | 154.41 | 0.31 | 0.43 |
| Hex | 4C | 90 | 73 | 2F | 0 | 14 | 2C | 9A | 1F | 2B |
| Octal | 114 | 220 | 163 | 57 | 0 | 24 | 54 | 232 | 37 | 53 |
| Binary | 1001100 | 10010000 | 1110011 | 101111 | 0 | 10100 | 101100 | 10011010 | 11111 | 101011 |
Color Harmonies of #4C9073
Complementary color
Monochromatic Colors of #4C9073
Black with #4C9073
Text Example
Text Example
White with #4C9073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9073; }
p { color: rgb(76,144,115); }
H1.HeaderClassName
{
color: #4C9073;
}
.AnyTagClassName
{
color: #4C9073;
}
</style>
background-color css
<style>
a { background-color: #4C9073; }
a { background-color: rgb(76,144,115); }
div.DivClassName
{
background-color: #4C9073;
}
.BgClassName
{
background-color: #4C9073;
}
</style>
border-color css
<style>
span { border-color: #4C9073; }
span { border-color: rgb(76,144,115); }
td.TdClassName
{
border-color: #4C9073;
}
.TagClassName
{
border-color: #4C9073;
}
</style>