Shades of Viridian Green #4D645C
Tints of Viridian Green #4D645C
RGB
CMYK
RGB Variations
Color information
#4D645C (or 0x4D645C) is known color: Viridian Green. HEX triplet: 4D, 64 and 5C. RGB value is (77,100,92). Sum of RGB (Red+Green+Blue) = 77+100+92=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 100 - color contains mainly: green. Hex color #4D645C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D645C is #B29BA3. Grayscale: #5C5C5C. Windows color (decimal): -11705252 or 6054989. OLE color: 6054989.
HSL color Cylindrical-coordinate representation of color #4D645C: hue angle of 159.13º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D645C is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 100 | 92 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.61 |
| HSL | 159.13º | 0.13% | 0.35% | - |
| HSV(B) | 159.13º | 0.23% | 0.39% | - |
| XYZ | 9.55 | 11.46 | 11.83 | - |
| YUV | 92.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 92 | 0.23 | 0 | 0.08 | 0.61 | 159.13 | 0.13 | 0.35 |
| Hex | 4D | 64 | 5C | 17 | 0 | 8 | 3D | 9F | D | 23 |
| Octal | 115 | 144 | 134 | 27 | 0 | 10 | 75 | 237 | 15 | 43 |
| Binary | 1001101 | 1100100 | 1011100 | 10111 | 0 | 1000 | 111101 | 10011111 | 1101 | 100011 |
Color Harmonies of #4D645C
Complementary color
Monochromatic Colors of #4D645C
Black with #4D645C
Text Example
Text Example
White with #4D645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D645C; }
p { color: rgb(77,100,92); }
H1.HeaderClassName
{
color: #4D645C;
}
.AnyTagClassName
{
color: #4D645C;
}
</style>
background-color css
<style>
a { background-color: #4D645C; }
a { background-color: rgb(77,100,92); }
div.DivClassName
{
background-color: #4D645C;
}
.BgClassName
{
background-color: #4D645C;
}
</style>
border-color css
<style>
span { border-color: #4D645C; }
span { border-color: rgb(77,100,92); }
td.TdClassName
{
border-color: #4D645C;
}
.TagClassName
{
border-color: #4D645C;
}
</style>