Shades of Viridian Green #4D655B
Tints of Viridian Green #4D655B
RGB
CMYK
RGB Variations
Color information
#4D655B (or 0x4D655B) is known color: Viridian Green. HEX triplet: 4D, 65 and 5B. RGB value is (77,101,91). Sum of RGB (Red+Green+Blue) = 77+101+91=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 101 - color contains mainly: green. Hex color #4D655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D655B is #B29AA4. Grayscale: #5C5C5C. Windows color (decimal): -11704997 or 5989709. OLE color: 5989709.
HSL color Cylindrical-coordinate representation of color #4D655B: hue angle of 155º 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 #4D655B is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 101 | 91 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.60 |
| HSL | 155º | 0.13% | 0.35% | - |
| HSV(B) | 155º | 0.24% | 0.4% | - |
| XYZ | 9.6 | 11.64 | 11.64 | - |
| YUV | 92.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 101 | 91 | 0.24 | 0 | 0.10 | 0.60 | 155 | 0.13 | 0.35 |
| Hex | 4D | 65 | 5B | 18 | 0 | A | 3C | 9B | D | 23 |
| Octal | 115 | 145 | 133 | 30 | 0 | 12 | 74 | 233 | 15 | 43 |
| Binary | 1001101 | 1100101 | 1011011 | 11000 | 0 | 1010 | 111100 | 10011011 | 1101 | 100011 |
Color Harmonies of #4D655B
Complementary color
Monochromatic Colors of #4D655B
Black with #4D655B
Text Example
Text Example
White with #4D655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D655B; }
p { color: rgb(77,101,91); }
H1.HeaderClassName
{
color: #4D655B;
}
.AnyTagClassName
{
color: #4D655B;
}
</style>
background-color css
<style>
a { background-color: #4D655B; }
a { background-color: rgb(77,101,91); }
div.DivClassName
{
background-color: #4D655B;
}
.BgClassName
{
background-color: #4D655B;
}
</style>
border-color css
<style>
span { border-color: #4D655B; }
span { border-color: rgb(77,101,91); }
td.TdClassName
{
border-color: #4D655B;
}
.TagClassName
{
border-color: #4D655B;
}
</style>