Shades of Viridian #4D826F
Tints of Viridian #4D826F
RGB
CMYK
RGB Variations
Color information
#4D826F (or 0x4D826F) is known color: Viridian. HEX triplet: 4D, 82 and 6F. RGB value is (77,130,111). Sum of RGB (Red+Green+Blue) = 77+130+111=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 130 - color contains mainly: green. Hex color #4D826F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D826F is #B27D90. Grayscale: #707070. Windows color (decimal): -11697553 or 7307853. OLE color: 7307853.
HSL color Cylindrical-coordinate representation of color #4D826F: hue angle of 158.49º 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 #4D826F is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 130 | 111 | - |
| CMYK | 0.41 | 0 | 0.15 | 0.49 |
| HSL | 158.49º | 0.26% | 0.41% | - |
| HSV(B) | 158.49º | 0.41% | 0.51% | - |
| XYZ | 13.91 | 18.69 | 17.91 | - |
| YUV | 111.99 | 127.44 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 130 | 111 | 0.41 | 0 | 0.15 | 0.49 | 158.49 | 0.26 | 0.41 |
| Hex | 4D | 82 | 6F | 29 | 0 | F | 31 | 9E | 1A | 29 |
| Octal | 115 | 202 | 157 | 51 | 0 | 17 | 61 | 236 | 32 | 51 |
| Binary | 1001101 | 10000010 | 1101111 | 101001 | 0 | 1111 | 110001 | 10011110 | 11010 | 101001 |
Color Harmonies of #4D826F
Complementary color
Monochromatic Colors of #4D826F
Black with #4D826F
Text Example
Text Example
White with #4D826F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D826F; }
p { color: rgb(77,130,111); }
H1.HeaderClassName
{
color: #4D826F;
}
.AnyTagClassName
{
color: #4D826F;
}
</style>
background-color css
<style>
a { background-color: #4D826F; }
a { background-color: rgb(77,130,111); }
div.DivClassName
{
background-color: #4D826F;
}
.BgClassName
{
background-color: #4D826F;
}
</style>
border-color css
<style>
span { border-color: #4D826F; }
span { border-color: rgb(77,130,111); }
td.TdClassName
{
border-color: #4D826F;
}
.TagClassName
{
border-color: #4D826F;
}
</style>