Shades of Viridian #4D826A
Tints of Viridian #4D826A
RGB
CMYK
RGB Variations
Color information
#4D826A (or 0x4D826A) is known color: Viridian. HEX triplet: 4D, 82 and 6A. RGB value is (77,130,106). Sum of RGB (Red+Green+Blue) = 77+130+106=313 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.60% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #4D826A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D826A is #B27D95. Grayscale: #6F6F6F. Windows color (decimal): -11697558 or 6980173. OLE color: 6980173.
HSL color Cylindrical-coordinate representation of color #4D826A: hue angle of 152.83º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D826A is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 130 | 106 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.49 |
| HSL | 152.83º | 0.26% | 0.41% | - |
| HSV(B) | 152.83º | 0.41% | 0.51% | - |
| XYZ | 13.64 | 18.58 | 16.5 | - |
| YUV | 111.42 | 124.94 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 130 | 106 | 0.41 | 0 | 0.18 | 0.49 | 152.83 | 0.26 | 0.41 |
| Hex | 4D | 82 | 6A | 29 | 0 | 12 | 31 | 99 | 1A | 29 |
| Octal | 115 | 202 | 152 | 51 | 0 | 22 | 61 | 231 | 32 | 51 |
| Binary | 1001101 | 10000010 | 1101010 | 101001 | 0 | 10010 | 110001 | 10011001 | 11010 | 101001 |
Color Harmonies of #4D826A
Complementary color
Monochromatic Colors of #4D826A
Black with #4D826A
Text Example
Text Example
White with #4D826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D826A; }
p { color: rgb(77,130,106); }
H1.HeaderClassName
{
color: #4D826A;
}
.AnyTagClassName
{
color: #4D826A;
}
</style>
background-color css
<style>
a { background-color: #4D826A; }
a { background-color: rgb(77,130,106); }
div.DivClassName
{
background-color: #4D826A;
}
.BgClassName
{
background-color: #4D826A;
}
</style>
border-color css
<style>
span { border-color: #4D826A; }
span { border-color: rgb(77,130,106); }
td.TdClassName
{
border-color: #4D826A;
}
.TagClassName
{
border-color: #4D826A;
}
</style>