Shades of Viridian Green #4E695F
Tints of Viridian Green #4E695F
RGB
CMYK
RGB Variations
Color information
#4E695F (or 0x4E695F) is known color: Viridian Green. HEX triplet: 4E, 69 and 5F. RGB value is (78,105,95). Sum of RGB (Red+Green+Blue) = 78+105+95=278 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.06% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 105 - color contains mainly: green. Hex color #4E695F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E695F is #B196A0. Grayscale: #5F5F5F. Windows color (decimal): -11638433 or 6252878. OLE color: 6252878.
HSL color Cylindrical-coordinate representation of color #4E695F: hue angle of 157.78º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E695F is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 105 | 95 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.59 |
| HSL | 157.78º | 0.15% | 0.36% | - |
| HSV(B) | 157.78º | 0.26% | 0.41% | - |
| XYZ | 10.26 | 12.55 | 12.71 | - |
| YUV | 95.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 105 | 95 | 0.26 | 0 | 0.10 | 0.59 | 157.78 | 0.15 | 0.36 |
| Hex | 4E | 69 | 5F | 1A | 0 | A | 3B | 9E | F | 24 |
| Octal | 116 | 151 | 137 | 32 | 0 | 12 | 73 | 236 | 17 | 44 |
| Binary | 1001110 | 1101001 | 1011111 | 11010 | 0 | 1010 | 111011 | 10011110 | 1111 | 100100 |
Color Harmonies of #4E695F
Complementary color
Monochromatic Colors of #4E695F
Black with #4E695F
Text Example
Text Example
White with #4E695F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E695F; }
p { color: rgb(78,105,95); }
H1.HeaderClassName
{
color: #4E695F;
}
.AnyTagClassName
{
color: #4E695F;
}
</style>
background-color css
<style>
a { background-color: #4E695F; }
a { background-color: rgb(78,105,95); }
div.DivClassName
{
background-color: #4E695F;
}
.BgClassName
{
background-color: #4E695F;
}
</style>
border-color css
<style>
span { border-color: #4E695F; }
span { border-color: rgb(78,105,95); }
td.TdClassName
{
border-color: #4E695F;
}
.TagClassName
{
border-color: #4E695F;
}
</style>