Shades of Viridian #418C6B
Tints of Viridian #418C6B
RGB
CMYK
RGB Variations
Color information
#418C6B (or 0x418C6B) is known color: Viridian. HEX triplet: 41, 8C and 6B. RGB value is (65,140,107). Sum of RGB (Red+Green+Blue) = 65+140+107=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 140 (55.08% from 255 or 44.87% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 140 - color contains mainly: green. Hex color #418C6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418C6B is #BE7394. Grayscale: #717171. Windows color (decimal): -12481429 or 7048257. OLE color: 7048257.
HSL color Cylindrical-coordinate representation of color #418C6B: hue angle of 153.6º 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 #418C6B is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 140 | 107 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.45 |
| HSL | 153.6º | 0.37% | 0.4% | - |
| HSV(B) | 153.6º | 0.54% | 0.55% | - |
| XYZ | 14.21 | 20.94 | 17.2 | - |
| YUV | 113.81 | 124.15 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 140 | 107 | 0.54 | 0 | 0.24 | 0.45 | 153.6 | 0.37 | 0.4 |
| Hex | 41 | 8C | 6B | 36 | 0 | 18 | 2D | 9A | 25 | 28 |
| Octal | 101 | 214 | 153 | 66 | 0 | 30 | 55 | 232 | 45 | 50 |
| Binary | 1000001 | 10001100 | 1101011 | 110110 | 0 | 11000 | 101101 | 10011010 | 100101 | 101000 |
Color Harmonies of #418C6B
Complementary color
Monochromatic Colors of #418C6B
Black with #418C6B
Text Example
Text Example
White with #418C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418C6B; }
p { color: rgb(65,140,107); }
H1.HeaderClassName
{
color: #418C6B;
}
.AnyTagClassName
{
color: #418C6B;
}
</style>
background-color css
<style>
a { background-color: #418C6B; }
a { background-color: rgb(65,140,107); }
div.DivClassName
{
background-color: #418C6B;
}
.BgClassName
{
background-color: #418C6B;
}
</style>
border-color css
<style>
span { border-color: #418C6B; }
span { border-color: rgb(65,140,107); }
td.TdClassName
{
border-color: #418C6B;
}
.TagClassName
{
border-color: #418C6B;
}
</style>