Shades of Viridian Green #4D6458
Tints of Viridian Green #4D6458
RGB
CMYK
RGB Variations
Color information
#4D6458 (or 0x4D6458) is known color: Viridian Green. HEX triplet: 4D, 64 and 58. RGB value is (77,100,88). Sum of RGB (Red+Green+Blue) = 77+100+88=265 (35% of max value = 765). Red value is 77 (30.47% from 255 or 29.06% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 100 - color contains mainly: green. Hex color #4D6458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6458 is #B29BA7. Grayscale: #5B5B5B. Windows color (decimal): -11705256 or 5792845. OLE color: 5792845.
HSL color Cylindrical-coordinate representation of color #4D6458: hue angle of 148.7º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D6458 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 100 | 88 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.61 |
| HSL | 148.7º | 0.13% | 0.35% | - |
| HSV(B) | 148.7º | 0.23% | 0.39% | - |
| XYZ | 9.38 | 11.4 | 10.94 | - |
| YUV | 91.76 | 125.88 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 88 | 0.23 | 0 | 0.12 | 0.61 | 148.7 | 0.13 | 0.35 |
| Hex | 4D | 64 | 58 | 17 | 0 | C | 3D | 95 | D | 23 |
| Octal | 115 | 144 | 130 | 27 | 0 | 14 | 75 | 225 | 15 | 43 |
| Binary | 1001101 | 1100100 | 1011000 | 10111 | 0 | 1100 | 111101 | 10010101 | 1101 | 100011 |
Color Harmonies of #4D6458
Complementary color
Monochromatic Colors of #4D6458
Black with #4D6458
Text Example
Text Example
White with #4D6458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6458; }
p { color: rgb(77,100,88); }
H1.HeaderClassName
{
color: #4D6458;
}
.AnyTagClassName
{
color: #4D6458;
}
</style>
background-color css
<style>
a { background-color: #4D6458; }
a { background-color: rgb(77,100,88); }
div.DivClassName
{
background-color: #4D6458;
}
.BgClassName
{
background-color: #4D6458;
}
</style>
border-color css
<style>
span { border-color: #4D6458; }
span { border-color: rgb(77,100,88); }
td.TdClassName
{
border-color: #4D6458;
}
.TagClassName
{
border-color: #4D6458;
}
</style>