Shades of Viridian #4D846C
Tints of Viridian #4D846C
RGB
CMYK
RGB Variations
Color information
#4D846C (or 0x4D846C) is known color: Viridian. HEX triplet: 4D, 84 and 6C. RGB value is (77,132,108). Sum of RGB (Red+Green+Blue) = 77+132+108=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 132 - color contains mainly: green. Hex color #4D846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D846C is #B27B93. Grayscale: #707070. Windows color (decimal): -11697044 or 7111757. OLE color: 7111757.
HSL color Cylindrical-coordinate representation of color #4D846C: hue angle of 153.82º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D846C is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 132 | 108 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.48 |
| HSL | 153.82º | 0.26% | 0.41% | - |
| HSV(B) | 153.82º | 0.42% | 0.52% | - |
| XYZ | 14.02 | 19.16 | 17.15 | - |
| YUV | 112.82 | 125.28 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 132 | 108 | 0.42 | 0 | 0.18 | 0.48 | 153.82 | 0.26 | 0.41 |
| Hex | 4D | 84 | 6C | 2A | 0 | 12 | 30 | 9A | 1A | 29 |
| Octal | 115 | 204 | 154 | 52 | 0 | 22 | 60 | 232 | 32 | 51 |
| Binary | 1001101 | 10000100 | 1101100 | 101010 | 0 | 10010 | 110000 | 10011010 | 11010 | 101001 |
Color Harmonies of #4D846C
Complementary color
Monochromatic Colors of #4D846C
Black with #4D846C
Text Example
Text Example
White with #4D846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D846C; }
p { color: rgb(77,132,108); }
H1.HeaderClassName
{
color: #4D846C;
}
.AnyTagClassName
{
color: #4D846C;
}
</style>
background-color css
<style>
a { background-color: #4D846C; }
a { background-color: rgb(77,132,108); }
div.DivClassName
{
background-color: #4D846C;
}
.BgClassName
{
background-color: #4D846C;
}
</style>
border-color css
<style>
span { border-color: #4D846C; }
span { border-color: rgb(77,132,108); }
td.TdClassName
{
border-color: #4D846C;
}
.TagClassName
{
border-color: #4D846C;
}
</style>