Shades of Viridian Green #4D6C5C
Tints of Viridian Green #4D6C5C
RGB
CMYK
RGB Variations
Color information
#4D6C5C (or 0x4D6C5C) is known color: Viridian Green. HEX triplet: 4D, 6C and 5C. RGB value is (77,108,92). Sum of RGB (Red+Green+Blue) = 77+108+92=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 108 - color contains mainly: green. Hex color #4D6C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6C5C is #B293A3. Grayscale: #606060. Windows color (decimal): -11703204 or 6057037. OLE color: 6057037.
HSL color Cylindrical-coordinate representation of color #4D6C5C: hue angle of 149.03º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D6C5C is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 108 | 92 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.58 |
| HSL | 149.03º | 0.17% | 0.36% | - |
| HSV(B) | 149.03º | 0.29% | 0.42% | - |
| XYZ | 10.35 | 13.08 | 12.1 | - |
| YUV | 96.91 | 125.23 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 108 | 92 | 0.29 | 0 | 0.15 | 0.58 | 149.03 | 0.17 | 0.36 |
| Hex | 4D | 6C | 5C | 1D | 0 | F | 3A | 95 | 11 | 24 |
| Octal | 115 | 154 | 134 | 35 | 0 | 17 | 72 | 225 | 21 | 44 |
| Binary | 1001101 | 1101100 | 1011100 | 11101 | 0 | 1111 | 111010 | 10010101 | 10001 | 100100 |
Color Harmonies of #4D6C5C
Complementary color
Monochromatic Colors of #4D6C5C
Black with #4D6C5C
Text Example
Text Example
White with #4D6C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6C5C; }
p { color: rgb(77,108,92); }
H1.HeaderClassName
{
color: #4D6C5C;
}
.AnyTagClassName
{
color: #4D6C5C;
}
</style>
background-color css
<style>
a { background-color: #4D6C5C; }
a { background-color: rgb(77,108,92); }
div.DivClassName
{
background-color: #4D6C5C;
}
.BgClassName
{
background-color: #4D6C5C;
}
</style>
border-color css
<style>
span { border-color: #4D6C5C; }
span { border-color: rgb(77,108,92); }
td.TdClassName
{
border-color: #4D6C5C;
}
.TagClassName
{
border-color: #4D6C5C;
}
</style>