Shades of Viridian Green #4F645D
Tints of Viridian Green #4F645D
RGB
CMYK
RGB Variations
Color information
#4F645D (or 0x4F645D) is known color: Viridian Green. HEX triplet: 4F, 64 and 5D. RGB value is (79,100,93). Sum of RGB (Red+Green+Blue) = 79+100+93=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 100 - color contains mainly: green. Hex color #4F645D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F645D is #B09BA2. Grayscale: #5C5C5C. Windows color (decimal): -11574179 or 6120527. OLE color: 6120527.
HSL color Cylindrical-coordinate representation of color #4F645D: hue angle of 160º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4F645D is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 79 | 100 | 93 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.61 |
| HSL | 160º | 0.12% | 0.35% | - |
| HSV(B) | 160º | 0.21% | 0.39% | - |
| XYZ | 9.76 | 11.57 | 12.07 | - |
| YUV | 92.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 100 | 93 | 0.21 | 0 | 0.07 | 0.61 | 160 | 0.12 | 0.35 |
| Hex | 4F | 64 | 5D | 15 | 0 | 7 | 3D | A0 | C | 23 |
| Octal | 117 | 144 | 135 | 25 | 0 | 7 | 75 | 240 | 14 | 43 |
| Binary | 1001111 | 1100100 | 1011101 | 10101 | 0 | 111 | 111101 | 10100000 | 1100 | 100011 |
Color Harmonies of #4F645D
Complementary color
Monochromatic Colors of #4F645D
Black with #4F645D
Text Example
Text Example
White with #4F645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F645D; }
p { color: rgb(79,100,93); }
H1.HeaderClassName
{
color: #4F645D;
}
.AnyTagClassName
{
color: #4F645D;
}
</style>
background-color css
<style>
a { background-color: #4F645D; }
a { background-color: rgb(79,100,93); }
div.DivClassName
{
background-color: #4F645D;
}
.BgClassName
{
background-color: #4F645D;
}
</style>
border-color css
<style>
span { border-color: #4F645D; }
span { border-color: rgb(79,100,93); }
td.TdClassName
{
border-color: #4F645D;
}
.TagClassName
{
border-color: #4F645D;
}
</style>