Shades of Viridian Green #4D665A
Tints of Viridian Green #4D665A
RGB
CMYK
RGB Variations
Color information
#4D665A (or 0x4D665A) is known color: Viridian Green. HEX triplet: 4D, 66 and 5A. RGB value is (77,102,90). Sum of RGB (Red+Green+Blue) = 77+102+90=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 102 - color contains mainly: green. Hex color #4D665A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D665A is #B299A5. Grayscale: #5D5D5D. Windows color (decimal): -11704742 or 5924429. OLE color: 5924429.
HSL color Cylindrical-coordinate representation of color #4D665A: hue angle of 151.2º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4D665A is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 77 | 102 | 90 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.6 |
| HSL | 151.2º | 0.14% | 0.35% | - |
| HSV(B) | 151.2º | 0.25% | 0.4% | - |
| XYZ | 9.66 | 11.82 | 11.45 | - |
| YUV | 93.16 | 126.22 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 102 | 90 | 0.25 | 0 | 0.12 | 0.6 | 151.2 | 0.14 | 0.35 |
| Hex | 4D | 66 | 5A | 19 | 0 | C | 3C | 97 | E | 23 |
| Octal | 115 | 146 | 132 | 31 | 0 | 14 | 74 | 227 | 16 | 43 |
| Binary | 1001101 | 1100110 | 1011010 | 11001 | 0 | 1100 | 111100 | 10010111 | 1110 | 100011 |
Color Harmonies of #4D665A
Complementary color
Monochromatic Colors of #4D665A
Black with #4D665A
Text Example
Text Example
White with #4D665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D665A; }
p { color: rgb(77,102,90); }
H1.HeaderClassName
{
color: #4D665A;
}
.AnyTagClassName
{
color: #4D665A;
}
</style>
background-color css
<style>
a { background-color: #4D665A; }
a { background-color: rgb(77,102,90); }
div.DivClassName
{
background-color: #4D665A;
}
.BgClassName
{
background-color: #4D665A;
}
</style>
border-color css
<style>
span { border-color: #4D665A; }
span { border-color: rgb(77,102,90); }
td.TdClassName
{
border-color: #4D665A;
}
.TagClassName
{
border-color: #4D665A;
}
</style>