Shades of Viridian Green #4D6B5F
Tints of Viridian Green #4D6B5F
RGB
CMYK
RGB Variations
Color information
#4D6B5F (or 0x4D6B5F) is known color: Viridian Green. HEX triplet: 4D, 6B and 5F. RGB value is (77,107,95). Sum of RGB (Red+Green+Blue) = 77+107+95=279 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.60% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6B5F is #B294A0. Grayscale: #606060. Windows color (decimal): -11703457 or 6253389. OLE color: 6253389.
HSL color Cylindrical-coordinate representation of color #4D6B5F: hue angle of 156º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4D6B5F is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 107 | 95 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.58 |
| HSL | 156º | 0.16% | 0.36% | - |
| HSV(B) | 156º | 0.28% | 0.42% | - |
| XYZ | 10.38 | 12.92 | 12.77 | - |
| YUV | 96.66 | 127.06 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 107 | 95 | 0.28 | 0 | 0.11 | 0.58 | 156 | 0.16 | 0.36 |
| Hex | 4D | 6B | 5F | 1C | 0 | B | 3A | 9C | 10 | 24 |
| Octal | 115 | 153 | 137 | 34 | 0 | 13 | 72 | 234 | 20 | 44 |
| Binary | 1001101 | 1101011 | 1011111 | 11100 | 0 | 1011 | 111010 | 10011100 | 10000 | 100100 |
Color Harmonies of #4D6B5F
Complementary color
Monochromatic Colors of #4D6B5F
Black with #4D6B5F
Text Example
Text Example
White with #4D6B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6B5F; }
p { color: rgb(77,107,95); }
H1.HeaderClassName
{
color: #4D6B5F;
}
.AnyTagClassName
{
color: #4D6B5F;
}
</style>
background-color css
<style>
a { background-color: #4D6B5F; }
a { background-color: rgb(77,107,95); }
div.DivClassName
{
background-color: #4D6B5F;
}
.BgClassName
{
background-color: #4D6B5F;
}
</style>
border-color css
<style>
span { border-color: #4D6B5F; }
span { border-color: rgb(77,107,95); }
td.TdClassName
{
border-color: #4D6B5F;
}
.TagClassName
{
border-color: #4D6B5F;
}
</style>