Shades of Viridian #4C906E
Tints of Viridian #4C906E
RGB
CMYK
RGB Variations
Color information
#4C906E (or 0x4C906E) is known color: Viridian. HEX triplet: 4C, 90 and 6E. RGB value is (76,144,110). Sum of RGB (Red+Green+Blue) = 76+144+110=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #4C906E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C906E is #B36F91. Grayscale: #777777. Windows color (decimal): -11759506 or 7245900. OLE color: 7245900.
HSL color Cylindrical-coordinate representation of color #4C906E: hue angle of 150º 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 #4C906E is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 76 | 144 | 110 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.44 |
| HSL | 150º | 0.31% | 0.43% | - |
| HSV(B) | 150º | 0.47% | 0.56% | - |
| XYZ | 15.77 | 22.61 | 18.28 | - |
| YUV | 119.79 | 122.47 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 144 | 110 | 0.47 | 0 | 0.24 | 0.44 | 150 | 0.31 | 0.43 |
| Hex | 4C | 90 | 6E | 2F | 0 | 18 | 2C | 96 | 1F | 2B |
| Octal | 114 | 220 | 156 | 57 | 0 | 30 | 54 | 226 | 37 | 53 |
| Binary | 1001100 | 10010000 | 1101110 | 101111 | 0 | 11000 | 101100 | 10010110 | 11111 | 101011 |
Color Harmonies of #4C906E
Complementary color
Monochromatic Colors of #4C906E
Black with #4C906E
Text Example
Text Example
White with #4C906E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C906E; }
p { color: rgb(76,144,110); }
H1.HeaderClassName
{
color: #4C906E;
}
.AnyTagClassName
{
color: #4C906E;
}
</style>
background-color css
<style>
a { background-color: #4C906E; }
a { background-color: rgb(76,144,110); }
div.DivClassName
{
background-color: #4C906E;
}
.BgClassName
{
background-color: #4C906E;
}
</style>
border-color css
<style>
span { border-color: #4C906E; }
span { border-color: rgb(76,144,110); }
td.TdClassName
{
border-color: #4C906E;
}
.TagClassName
{
border-color: #4C906E;
}
</style>