Shades of Viridian Green #4D695A
Tints of Viridian Green #4D695A
RGB
CMYK
RGB Variations
Color information
#4D695A (or 0x4D695A) is known color: Viridian Green. HEX triplet: 4D, 69 and 5A. RGB value is (77,105,90). Sum of RGB (Red+Green+Blue) = 77+105+90=272 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.31% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 105 - color contains mainly: green. Hex color #4D695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D695A is #B296A5. Grayscale: #5E5E5E. Windows color (decimal): -11703974 or 5925197. OLE color: 5925197.
HSL color Cylindrical-coordinate representation of color #4D695A: hue angle of 147.86º 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 #4D695A is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 105 | 90 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.59 |
| HSL | 147.86º | 0.15% | 0.36% | - |
| HSV(B) | 147.86º | 0.27% | 0.41% | - |
| XYZ | 9.96 | 12.42 | 11.55 | - |
| YUV | 94.92 | 125.22 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 105 | 90 | 0.27 | 0 | 0.14 | 0.59 | 147.86 | 0.15 | 0.36 |
| Hex | 4D | 69 | 5A | 1B | 0 | E | 3B | 94 | F | 24 |
| Octal | 115 | 151 | 132 | 33 | 0 | 16 | 73 | 224 | 17 | 44 |
| Binary | 1001101 | 1101001 | 1011010 | 11011 | 0 | 1110 | 111011 | 10010100 | 1111 | 100100 |
Color Harmonies of #4D695A
Complementary color
Monochromatic Colors of #4D695A
Black with #4D695A
Text Example
Text Example
White with #4D695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D695A; }
p { color: rgb(77,105,90); }
H1.HeaderClassName
{
color: #4D695A;
}
.AnyTagClassName
{
color: #4D695A;
}
</style>
background-color css
<style>
a { background-color: #4D695A; }
a { background-color: rgb(77,105,90); }
div.DivClassName
{
background-color: #4D695A;
}
.BgClassName
{
background-color: #4D695A;
}
</style>
border-color css
<style>
span { border-color: #4D695A; }
span { border-color: rgb(77,105,90); }
td.TdClassName
{
border-color: #4D695A;
}
.TagClassName
{
border-color: #4D695A;
}
</style>