Shades of Viridian #4D8469
Tints of Viridian #4D8469
RGB
CMYK
RGB Variations
Color information
#4D8469 (or 0x4D8469) is known color: Viridian. HEX triplet: 4D, 84 and 69. RGB value is (77,132,105). Sum of RGB (Red+Green+Blue) = 77+132+105=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 132 - color contains mainly: green. Hex color #4D8469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8469 is #B27B96. Grayscale: #707070. Windows color (decimal): -11697047 or 6915149. OLE color: 6915149.
HSL color Cylindrical-coordinate representation of color #4D8469: hue angle of 150.55º 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 #4D8469 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 132 | 105 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.48 |
| HSL | 150.55º | 0.26% | 0.41% | - |
| HSV(B) | 150.55º | 0.42% | 0.52% | - |
| XYZ | 13.86 | 19.1 | 16.32 | - |
| YUV | 112.48 | 123.78 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 132 | 105 | 0.42 | 0 | 0.20 | 0.48 | 150.55 | 0.26 | 0.41 |
| Hex | 4D | 84 | 69 | 2A | 0 | 14 | 30 | 97 | 1A | 29 |
| Octal | 115 | 204 | 151 | 52 | 0 | 24 | 60 | 227 | 32 | 51 |
| Binary | 1001101 | 10000100 | 1101001 | 101010 | 0 | 10100 | 110000 | 10010111 | 11010 | 101001 |
Color Harmonies of #4D8469
Complementary color
Monochromatic Colors of #4D8469
Black with #4D8469
Text Example
Text Example
White with #4D8469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8469; }
p { color: rgb(77,132,105); }
H1.HeaderClassName
{
color: #4D8469;
}
.AnyTagClassName
{
color: #4D8469;
}
</style>
background-color css
<style>
a { background-color: #4D8469; }
a { background-color: rgb(77,132,105); }
div.DivClassName
{
background-color: #4D8469;
}
.BgClassName
{
background-color: #4D8469;
}
</style>
border-color css
<style>
span { border-color: #4D8469; }
span { border-color: rgb(77,132,105); }
td.TdClassName
{
border-color: #4D8469;
}
.TagClassName
{
border-color: #4D8469;
}
</style>