Shades of Viridian #4C906D
Tints of Viridian #4C906D
RGB
CMYK
RGB Variations
Color information
#4C906D (or 0x4C906D) is known color: Viridian. HEX triplet: 4C, 90 and 6D. RGB value is (76,144,109). Sum of RGB (Red+Green+Blue) = 76+144+109=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 144 - color contains mainly: green. Hex color #4C906D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C906D is #B36F92. Grayscale: #777777. Windows color (decimal): -11759507 or 7180364. OLE color: 7180364.
HSL color Cylindrical-coordinate representation of color #4C906D: hue angle of 149.12º 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 #4C906D is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 76 | 144 | 109 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.44 |
| HSL | 149.12º | 0.31% | 0.43% | - |
| HSV(B) | 149.12º | 0.47% | 0.56% | - |
| XYZ | 15.71 | 22.59 | 18 | - |
| YUV | 119.68 | 121.97 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 144 | 109 | 0.47 | 0 | 0.24 | 0.44 | 149.12 | 0.31 | 0.43 |
| Hex | 4C | 90 | 6D | 2F | 0 | 18 | 2C | 95 | 1F | 2B |
| Octal | 114 | 220 | 155 | 57 | 0 | 30 | 54 | 225 | 37 | 53 |
| Binary | 1001100 | 10010000 | 1101101 | 101111 | 0 | 11000 | 101100 | 10010101 | 11111 | 101011 |
Color Harmonies of #4C906D
Complementary color
Monochromatic Colors of #4C906D
Black with #4C906D
Text Example
Text Example
White with #4C906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C906D; }
p { color: rgb(76,144,109); }
H1.HeaderClassName
{
color: #4C906D;
}
.AnyTagClassName
{
color: #4C906D;
}
</style>
background-color css
<style>
a { background-color: #4C906D; }
a { background-color: rgb(76,144,109); }
div.DivClassName
{
background-color: #4C906D;
}
.BgClassName
{
background-color: #4C906D;
}
</style>
border-color css
<style>
span { border-color: #4C906D; }
span { border-color: rgb(76,144,109); }
td.TdClassName
{
border-color: #4C906D;
}
.TagClassName
{
border-color: #4C906D;
}
</style>