Shades of Viridian #418C6C
Tints of Viridian #418C6C
RGB
CMYK
RGB Variations
Color information
#418C6C (or 0x418C6C) is known color: Viridian. HEX triplet: 41, 8C and 6C. RGB value is (65,140,108). Sum of RGB (Red+Green+Blue) = 65+140+108=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 140 - color contains mainly: green. Hex color #418C6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418C6C is #BE7393. Grayscale: #717171. Windows color (decimal): -12481428 or 7113793. OLE color: 7113793.
HSL color Cylindrical-coordinate representation of color #418C6C: hue angle of 154.4º 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 #418C6C is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 140 | 108 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.45 |
| HSL | 154.4º | 0.37% | 0.4% | - |
| HSV(B) | 154.4º | 0.54% | 0.55% | - |
| XYZ | 14.26 | 20.96 | 17.48 | - |
| YUV | 113.93 | 124.65 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 140 | 108 | 0.54 | 0 | 0.23 | 0.45 | 154.4 | 0.37 | 0.4 |
| Hex | 41 | 8C | 6C | 36 | 0 | 17 | 2D | 9A | 25 | 28 |
| Octal | 101 | 214 | 154 | 66 | 0 | 27 | 55 | 232 | 45 | 50 |
| Binary | 1000001 | 10001100 | 1101100 | 110110 | 0 | 10111 | 101101 | 10011010 | 100101 | 101000 |
Color Harmonies of #418C6C
Complementary color
Monochromatic Colors of #418C6C
Black with #418C6C
Text Example
Text Example
White with #418C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418C6C; }
p { color: rgb(65,140,108); }
H1.HeaderClassName
{
color: #418C6C;
}
.AnyTagClassName
{
color: #418C6C;
}
</style>
background-color css
<style>
a { background-color: #418C6C; }
a { background-color: rgb(65,140,108); }
div.DivClassName
{
background-color: #418C6C;
}
.BgClassName
{
background-color: #418C6C;
}
</style>
border-color css
<style>
span { border-color: #418C6C; }
span { border-color: rgb(65,140,108); }
td.TdClassName
{
border-color: #418C6C;
}
.TagClassName
{
border-color: #418C6C;
}
</style>