Shades of Viridian Green #4D675E
Tints of Viridian Green #4D675E
RGB
CMYK
RGB Variations
Color information
#4D675E (or 0x4D675E) is known color: Viridian Green. HEX triplet: 4D, 67 and 5E. RGB value is (77,103,94). Sum of RGB (Red+Green+Blue) = 77+103+94=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 103 - color contains mainly: green. Hex color #4D675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D675E is #B298A1. Grayscale: #5E5E5E. Windows color (decimal): -11704482 or 6186829. OLE color: 6186829.
HSL color Cylindrical-coordinate representation of color #4D675E: hue angle of 159.23º 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 #4D675E is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 103 | 94 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.60 |
| HSL | 159.23º | 0.14% | 0.35% | - |
| HSV(B) | 159.23º | 0.25% | 0.4% | - |
| XYZ | 9.93 | 12.09 | 12.4 | - |
| YUV | 94.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 103 | 94 | 0.25 | 0 | 0.09 | 0.60 | 159.23 | 0.14 | 0.35 |
| Hex | 4D | 67 | 5E | 19 | 0 | 9 | 3C | 9F | E | 23 |
| Octal | 115 | 147 | 136 | 31 | 0 | 11 | 74 | 237 | 16 | 43 |
| Binary | 1001101 | 1100111 | 1011110 | 11001 | 0 | 1001 | 111100 | 10011111 | 1110 | 100011 |
Color Harmonies of #4D675E
Complementary color
Monochromatic Colors of #4D675E
Black with #4D675E
Text Example
Text Example
White with #4D675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D675E; }
p { color: rgb(77,103,94); }
H1.HeaderClassName
{
color: #4D675E;
}
.AnyTagClassName
{
color: #4D675E;
}
</style>
background-color css
<style>
a { background-color: #4D675E; }
a { background-color: rgb(77,103,94); }
div.DivClassName
{
background-color: #4D675E;
}
.BgClassName
{
background-color: #4D675E;
}
</style>
border-color css
<style>
span { border-color: #4D675E; }
span { border-color: rgb(77,103,94); }
td.TdClassName
{
border-color: #4D675E;
}
.TagClassName
{
border-color: #4D675E;
}
</style>