Shades of Viridian Green #4F685A
Tints of Viridian Green #4F685A
RGB
CMYK
RGB Variations
Color information
#4F685A (or 0x4F685A) is known color: Viridian Green. HEX triplet: 4F, 68 and 5A. RGB value is (79,104,90). Sum of RGB (Red+Green+Blue) = 79+104+90=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 104 - color contains mainly: green. Hex color #4F685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F685A is #B097A5. Grayscale: #5E5E5E. Windows color (decimal): -11573158 or 5924943. OLE color: 5924943.
HSL color Cylindrical-coordinate representation of color #4F685A: hue angle of 146.4º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4F685A is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 104 | 90 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.59 |
| HSL | 146.4º | 0.14% | 0.36% | - |
| HSV(B) | 146.4º | 0.24% | 0.41% | - |
| XYZ | 10.02 | 12.3 | 11.52 | - |
| YUV | 94.93 | 125.22 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 104 | 90 | 0.24 | 0 | 0.13 | 0.59 | 146.4 | 0.14 | 0.36 |
| Hex | 4F | 68 | 5A | 18 | 0 | D | 3B | 92 | E | 24 |
| Octal | 117 | 150 | 132 | 30 | 0 | 15 | 73 | 222 | 16 | 44 |
| Binary | 1001111 | 1101000 | 1011010 | 11000 | 0 | 1101 | 111011 | 10010010 | 1110 | 100100 |
Color Harmonies of #4F685A
Complementary color
Monochromatic Colors of #4F685A
Black with #4F685A
Text Example
Text Example
White with #4F685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F685A; }
p { color: rgb(79,104,90); }
H1.HeaderClassName
{
color: #4F685A;
}
.AnyTagClassName
{
color: #4F685A;
}
</style>
background-color css
<style>
a { background-color: #4F685A; }
a { background-color: rgb(79,104,90); }
div.DivClassName
{
background-color: #4F685A;
}
.BgClassName
{
background-color: #4F685A;
}
</style>
border-color css
<style>
span { border-color: #4F685A; }
span { border-color: rgb(79,104,90); }
td.TdClassName
{
border-color: #4F685A;
}
.TagClassName
{
border-color: #4F685A;
}
</style>