Shades of Viridian #418D6A
Tints of Viridian #418D6A
RGB
CMYK
RGB Variations
Color information
#418D6A (or 0x418D6A) is known color: Viridian. HEX triplet: 41, 8D and 6A. RGB value is (65,141,106). Sum of RGB (Red+Green+Blue) = 65+141+106=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 141 - color contains mainly: green. Hex color #418D6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418D6A is #BE7295. Grayscale: #727272. Windows color (decimal): -12481174 or 6982977. OLE color: 6982977.
HSL color Cylindrical-coordinate representation of color #418D6A: hue angle of 152.37º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #418D6A is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 141 | 106 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.45 |
| HSL | 152.37º | 0.37% | 0.4% | - |
| HSV(B) | 152.37º | 0.54% | 0.55% | - |
| XYZ | 14.31 | 21.21 | 16.98 | - |
| YUV | 114.29 | 123.32 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 141 | 106 | 0.54 | 0 | 0.25 | 0.45 | 152.37 | 0.37 | 0.4 |
| Hex | 41 | 8D | 6A | 36 | 0 | 19 | 2D | 98 | 25 | 28 |
| Octal | 101 | 215 | 152 | 66 | 0 | 31 | 55 | 230 | 45 | 50 |
| Binary | 1000001 | 10001101 | 1101010 | 110110 | 0 | 11001 | 101101 | 10011000 | 100101 | 101000 |
Color Harmonies of #418D6A
Complementary color
Monochromatic Colors of #418D6A
Black with #418D6A
Text Example
Text Example
White with #418D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418D6A; }
p { color: rgb(65,141,106); }
H1.HeaderClassName
{
color: #418D6A;
}
.AnyTagClassName
{
color: #418D6A;
}
</style>
background-color css
<style>
a { background-color: #418D6A; }
a { background-color: rgb(65,141,106); }
div.DivClassName
{
background-color: #418D6A;
}
.BgClassName
{
background-color: #418D6A;
}
</style>
border-color css
<style>
span { border-color: #418D6A; }
span { border-color: rgb(65,141,106); }
td.TdClassName
{
border-color: #418D6A;
}
.TagClassName
{
border-color: #418D6A;
}
</style>