Shades of Viridian #418B70
Tints of Viridian #418B70
RGB
CMYK
RGB Variations
Color information
#418B70 (or 0x418B70) is known color: Viridian. HEX triplet: 41, 8B and 70. RGB value is (65,139,112). Sum of RGB (Red+Green+Blue) = 65+139+112=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 139 - color contains mainly: green. Hex color #418B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418B70 is #BE748F. Grayscale: #717171. Windows color (decimal): -12481680 or 7375681. OLE color: 7375681.
HSL color Cylindrical-coordinate representation of color #418B70: hue angle of 158.11º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418B70 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 139 | 112 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.45 |
| HSL | 158.11º | 0.36% | 0.4% | - |
| HSV(B) | 158.11º | 0.53% | 0.55% | - |
| XYZ | 14.34 | 20.76 | 18.58 | - |
| YUV | 113.8 | 126.98 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 139 | 112 | 0.53 | 0 | 0.19 | 0.45 | 158.11 | 0.36 | 0.4 |
| Hex | 41 | 8B | 70 | 35 | 0 | 13 | 2D | 9E | 24 | 28 |
| Octal | 101 | 213 | 160 | 65 | 0 | 23 | 55 | 236 | 44 | 50 |
| Binary | 1000001 | 10001011 | 1110000 | 110101 | 0 | 10011 | 101101 | 10011110 | 100100 | 101000 |
Color Harmonies of #418B70
Complementary color
Monochromatic Colors of #418B70
Black with #418B70
Text Example
Text Example
White with #418B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418B70; }
p { color: rgb(65,139,112); }
H1.HeaderClassName
{
color: #418B70;
}
.AnyTagClassName
{
color: #418B70;
}
</style>
background-color css
<style>
a { background-color: #418B70; }
a { background-color: rgb(65,139,112); }
div.DivClassName
{
background-color: #418B70;
}
.BgClassName
{
background-color: #418B70;
}
</style>
border-color css
<style>
span { border-color: #418B70; }
span { border-color: rgb(65,139,112); }
td.TdClassName
{
border-color: #418B70;
}
.TagClassName
{
border-color: #418B70;
}
</style>