Shades of Viridian #4C7F6B
Tints of Viridian #4C7F6B
RGB
CMYK
RGB Variations
Color information
#4C7F6B (or 0x4C7F6B) is known color: Viridian. HEX triplet: 4C, 7F and 6B. RGB value is (76,127,107). Sum of RGB (Red+Green+Blue) = 76+127+107=310 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.52% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 127 - color contains mainly: green. Hex color #4C7F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7F6B is #B38094. Grayscale: #6D6D6D. Windows color (decimal): -11763861 or 7044940. OLE color: 7044940.
HSL color Cylindrical-coordinate representation of color #4C7F6B: hue angle of 156.47º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C7F6B is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 76 | 127 | 107 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.50 |
| HSL | 156.47º | 0.25% | 0.4% | - |
| HSV(B) | 156.47º | 0.4% | 0.5% | - |
| XYZ | 13.22 | 17.78 | 16.64 | - |
| YUV | 109.47 | 126.6 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 127 | 107 | 0.40 | 0 | 0.16 | 0.50 | 156.47 | 0.25 | 0.4 |
| Hex | 4C | 7F | 6B | 28 | 0 | 10 | 32 | 9C | 19 | 28 |
| Octal | 114 | 177 | 153 | 50 | 0 | 20 | 62 | 234 | 31 | 50 |
| Binary | 1001100 | 1111111 | 1101011 | 101000 | 0 | 10000 | 110010 | 10011100 | 11001 | 101000 |
Color Harmonies of #4C7F6B
Complementary color
Monochromatic Colors of #4C7F6B
Black with #4C7F6B
Text Example
Text Example
White with #4C7F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7F6B; }
p { color: rgb(76,127,107); }
H1.HeaderClassName
{
color: #4C7F6B;
}
.AnyTagClassName
{
color: #4C7F6B;
}
</style>
background-color css
<style>
a { background-color: #4C7F6B; }
a { background-color: rgb(76,127,107); }
div.DivClassName
{
background-color: #4C7F6B;
}
.BgClassName
{
background-color: #4C7F6B;
}
</style>
border-color css
<style>
span { border-color: #4C7F6B; }
span { border-color: rgb(76,127,107); }
td.TdClassName
{
border-color: #4C7F6B;
}
.TagClassName
{
border-color: #4C7F6B;
}
</style>