Shades of Viridian Green #4D695D
Tints of Viridian Green #4D695D
RGB
CMYK
RGB Variations
Color information
#4D695D (or 0x4D695D) is known color: Viridian Green. HEX triplet: 4D, 69 and 5D. RGB value is (77,105,93). Sum of RGB (Red+Green+Blue) = 77+105+93=275 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 105 - color contains mainly: green. Hex color #4D695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D695D is #B296A2. Grayscale: #5F5F5F. Windows color (decimal): -11703971 or 6121805. OLE color: 6121805.
HSL color Cylindrical-coordinate representation of color #4D695D: hue angle of 154.29º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D695D is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 105 | 93 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.59 |
| HSL | 154.29º | 0.15% | 0.36% | - |
| HSV(B) | 154.29º | 0.27% | 0.41% | - |
| XYZ | 10.09 | 12.47 | 12.23 | - |
| YUV | 95.26 | 126.72 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 105 | 93 | 0.27 | 0 | 0.11 | 0.59 | 154.29 | 0.15 | 0.36 |
| Hex | 4D | 69 | 5D | 1B | 0 | B | 3B | 9A | F | 24 |
| Octal | 115 | 151 | 135 | 33 | 0 | 13 | 73 | 232 | 17 | 44 |
| Binary | 1001101 | 1101001 | 1011101 | 11011 | 0 | 1011 | 111011 | 10011010 | 1111 | 100100 |
Color Harmonies of #4D695D
Complementary color
Monochromatic Colors of #4D695D
Black with #4D695D
Text Example
Text Example
White with #4D695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D695D; }
p { color: rgb(77,105,93); }
H1.HeaderClassName
{
color: #4D695D;
}
.AnyTagClassName
{
color: #4D695D;
}
</style>
background-color css
<style>
a { background-color: #4D695D; }
a { background-color: rgb(77,105,93); }
div.DivClassName
{
background-color: #4D695D;
}
.BgClassName
{
background-color: #4D695D;
}
</style>
border-color css
<style>
span { border-color: #4D695D; }
span { border-color: rgb(77,105,93); }
td.TdClassName
{
border-color: #4D695D;
}
.TagClassName
{
border-color: #4D695D;
}
</style>