Shades of Viridian Green #4F635D
Tints of Viridian Green #4F635D
RGB
CMYK
RGB Variations
Color information
#4F635D (or 0x4F635D) is known color: Viridian Green. HEX triplet: 4F, 63 and 5D. RGB value is (79,99,93). Sum of RGB (Red+Green+Blue) = 79+99+93=271 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.15% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 99 - color contains mainly: green. Hex color #4F635D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F635D is #B09CA2. Grayscale: #5C5C5C. Windows color (decimal): -11574435 or 6120271. OLE color: 6120271.
HSL color Cylindrical-coordinate representation of color #4F635D: hue angle of 162º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4F635D is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 79 | 99 | 93 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.61 |
| HSL | 162º | 0.11% | 0.35% | - |
| HSV(B) | 162º | 0.2% | 0.39% | - |
| XYZ | 9.66 | 11.38 | 12.04 | - |
| YUV | 92.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 99 | 93 | 0.20 | 0 | 0.06 | 0.61 | 162 | 0.11 | 0.35 |
| Hex | 4F | 63 | 5D | 14 | 0 | 6 | 3D | A2 | B | 23 |
| Octal | 117 | 143 | 135 | 24 | 0 | 6 | 75 | 242 | 13 | 43 |
| Binary | 1001111 | 1100011 | 1011101 | 10100 | 0 | 110 | 111101 | 10100010 | 1011 | 100011 |
Color Harmonies of #4F635D
Complementary color
Monochromatic Colors of #4F635D
Black with #4F635D
Text Example
Text Example
White with #4F635D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F635D; }
p { color: rgb(79,99,93); }
H1.HeaderClassName
{
color: #4F635D;
}
.AnyTagClassName
{
color: #4F635D;
}
</style>
background-color css
<style>
a { background-color: #4F635D; }
a { background-color: rgb(79,99,93); }
div.DivClassName
{
background-color: #4F635D;
}
.BgClassName
{
background-color: #4F635D;
}
</style>
border-color css
<style>
span { border-color: #4F635D; }
span { border-color: rgb(79,99,93); }
td.TdClassName
{
border-color: #4F635D;
}
.TagClassName
{
border-color: #4F635D;
}
</style>