Shades of Viridian #4D846B
Tints of Viridian #4D846B
RGB
CMYK
RGB Variations
Color information
#4D846B (or 0x4D846B) is known color: Viridian. HEX triplet: 4D, 84 and 6B. RGB value is (77,132,107). Sum of RGB (Red+Green+Blue) = 77+132+107=316 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.37% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 132 - color contains mainly: green. Hex color #4D846B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D846B is #B27B94. Grayscale: #707070. Windows color (decimal): -11697045 or 7046221. OLE color: 7046221.
HSL color Cylindrical-coordinate representation of color #4D846B: hue angle of 152.73º 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 #4D846B is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 132 | 107 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.48 |
| HSL | 152.73º | 0.26% | 0.41% | - |
| HSV(B) | 152.73º | 0.42% | 0.52% | - |
| XYZ | 13.97 | 19.14 | 16.87 | - |
| YUV | 112.71 | 124.78 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 132 | 107 | 0.42 | 0 | 0.19 | 0.48 | 152.73 | 0.26 | 0.41 |
| Hex | 4D | 84 | 6B | 2A | 0 | 13 | 30 | 99 | 1A | 29 |
| Octal | 115 | 204 | 153 | 52 | 0 | 23 | 60 | 231 | 32 | 51 |
| Binary | 1001101 | 10000100 | 1101011 | 101010 | 0 | 10011 | 110000 | 10011001 | 11010 | 101001 |
Color Harmonies of #4D846B
Complementary color
Monochromatic Colors of #4D846B
Black with #4D846B
Text Example
Text Example
White with #4D846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D846B; }
p { color: rgb(77,132,107); }
H1.HeaderClassName
{
color: #4D846B;
}
.AnyTagClassName
{
color: #4D846B;
}
</style>
background-color css
<style>
a { background-color: #4D846B; }
a { background-color: rgb(77,132,107); }
div.DivClassName
{
background-color: #4D846B;
}
.BgClassName
{
background-color: #4D846B;
}
</style>
border-color css
<style>
span { border-color: #4D846B; }
span { border-color: rgb(77,132,107); }
td.TdClassName
{
border-color: #4D846B;
}
.TagClassName
{
border-color: #4D846B;
}
</style>