Shades of Viridian Green #4F635E
Tints of Viridian Green #4F635E
RGB
CMYK
RGB Variations
Color information
#4F635E (or 0x4F635E) is known color: Viridian Green. HEX triplet: 4F, 63 and 5E. RGB value is (79,99,94). Sum of RGB (Red+Green+Blue) = 79+99+94=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 99 - color contains mainly: green. Hex color #4F635E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F635E is #B09CA1. Grayscale: #5C5C5C. Windows color (decimal): -11574434 or 6185807. OLE color: 6185807.
HSL color Cylindrical-coordinate representation of color #4F635E: hue angle of 165º 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 #4F635E is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 79 | 99 | 94 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.61 |
| HSL | 165º | 0.11% | 0.35% | - |
| HSV(B) | 165º | 0.2% | 0.39% | - |
| XYZ | 9.71 | 11.39 | 12.28 | - |
| YUV | 92.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 99 | 94 | 0.20 | 0 | 0.05 | 0.61 | 165 | 0.11 | 0.35 |
| Hex | 4F | 63 | 5E | 14 | 0 | 5 | 3D | A5 | B | 23 |
| Octal | 117 | 143 | 136 | 24 | 0 | 5 | 75 | 245 | 13 | 43 |
| Binary | 1001111 | 1100011 | 1011110 | 10100 | 0 | 101 | 111101 | 10100101 | 1011 | 100011 |
Color Harmonies of #4F635E
Complementary color
Monochromatic Colors of #4F635E
Black with #4F635E
Text Example
Text Example
White with #4F635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F635E; }
p { color: rgb(79,99,94); }
H1.HeaderClassName
{
color: #4F635E;
}
.AnyTagClassName
{
color: #4F635E;
}
</style>
background-color css
<style>
a { background-color: #4F635E; }
a { background-color: rgb(79,99,94); }
div.DivClassName
{
background-color: #4F635E;
}
.BgClassName
{
background-color: #4F635E;
}
</style>
border-color css
<style>
span { border-color: #4F635E; }
span { border-color: rgb(79,99,94); }
td.TdClassName
{
border-color: #4F635E;
}
.TagClassName
{
border-color: #4F635E;
}
</style>