Shades of Viridian Green #4D655D
Tints of Viridian Green #4D655D
RGB
CMYK
RGB Variations
Color information
#4D655D (or 0x4D655D) is known color: Viridian Green. HEX triplet: 4D, 65 and 5D. RGB value is (77,101,93). Sum of RGB (Red+Green+Blue) = 77+101+93=271 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.41% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 101 - color contains mainly: green. Hex color #4D655D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D655D is #B29AA2. Grayscale: #5C5C5C. Windows color (decimal): -11704995 or 6120781. OLE color: 6120781.
HSL color Cylindrical-coordinate representation of color #4D655D: hue angle of 160º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4D655D is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 101 | 93 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.60 |
| HSL | 160º | 0.13% | 0.35% | - |
| HSV(B) | 160º | 0.24% | 0.4% | - |
| XYZ | 9.69 | 11.68 | 12.1 | - |
| YUV | 92.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 101 | 93 | 0.24 | 0 | 0.08 | 0.60 | 160 | 0.13 | 0.35 |
| Hex | 4D | 65 | 5D | 18 | 0 | 8 | 3C | A0 | D | 23 |
| Octal | 115 | 145 | 135 | 30 | 0 | 10 | 74 | 240 | 15 | 43 |
| Binary | 1001101 | 1100101 | 1011101 | 11000 | 0 | 1000 | 111100 | 10100000 | 1101 | 100011 |
Color Harmonies of #4D655D
Complementary color
Monochromatic Colors of #4D655D
Black with #4D655D
Text Example
Text Example
White with #4D655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D655D; }
p { color: rgb(77,101,93); }
H1.HeaderClassName
{
color: #4D655D;
}
.AnyTagClassName
{
color: #4D655D;
}
</style>
background-color css
<style>
a { background-color: #4D655D; }
a { background-color: rgb(77,101,93); }
div.DivClassName
{
background-color: #4D655D;
}
.BgClassName
{
background-color: #4D655D;
}
</style>
border-color css
<style>
span { border-color: #4D655D; }
span { border-color: rgb(77,101,93); }
td.TdClassName
{
border-color: #4D655D;
}
.TagClassName
{
border-color: #4D655D;
}
</style>