Shades of Viridian #418770
Tints of Viridian #418770
RGB
CMYK
RGB Variations
Color information
#418770 (or 0x418770) is known color: Viridian. HEX triplet: 41, 87 and 70. RGB value is (65,135,112). Sum of RGB (Red+Green+Blue) = 65+135+112=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #418770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418770 is #BE788F. Grayscale: #6F6F6F. Windows color (decimal): -12482704 or 7374657. OLE color: 7374657.
HSL color Cylindrical-coordinate representation of color #418770: hue angle of 160.29º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #418770 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 135 | 112 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.47 |
| HSL | 160.29º | 0.35% | 0.39% | - |
| HSV(B) | 160.29º | 0.52% | 0.53% | - |
| XYZ | 13.77 | 19.62 | 18.39 | - |
| YUV | 111.45 | 128.31 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 135 | 112 | 0.52 | 0 | 0.17 | 0.47 | 160.29 | 0.35 | 0.39 |
| Hex | 41 | 87 | 70 | 34 | 0 | 11 | 2F | A0 | 23 | 27 |
| Octal | 101 | 207 | 160 | 64 | 0 | 21 | 57 | 240 | 43 | 47 |
| Binary | 1000001 | 10000111 | 1110000 | 110100 | 0 | 10001 | 101111 | 10100000 | 100011 | 100111 |
Color Harmonies of #418770
Complementary color
Monochromatic Colors of #418770
Black with #418770
Text Example
Text Example
White with #418770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418770; }
p { color: rgb(65,135,112); }
H1.HeaderClassName
{
color: #418770;
}
.AnyTagClassName
{
color: #418770;
}
</style>
background-color css
<style>
a { background-color: #418770; }
a { background-color: rgb(65,135,112); }
div.DivClassName
{
background-color: #418770;
}
.BgClassName
{
background-color: #418770;
}
</style>
border-color css
<style>
span { border-color: #418770; }
span { border-color: rgb(65,135,112); }
td.TdClassName
{
border-color: #418770;
}
.TagClassName
{
border-color: #418770;
}
</style>