Shades of Viridian #418671
Tints of Viridian #418671
RGB
CMYK
RGB Variations
Color information
#418671 (or 0x418671) is known color: Viridian. HEX triplet: 41, 86 and 71. RGB value is (65,134,113). Sum of RGB (Red+Green+Blue) = 65+134+113=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #418671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418671 is #BE798E. Grayscale: #6E6E6E. Windows color (decimal): -12482959 or 7439937. OLE color: 7439937.
HSL color Cylindrical-coordinate representation of color #418671: hue angle of 161.74º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #418671 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 134 | 113 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.47 |
| HSL | 161.74º | 0.35% | 0.39% | - |
| HSV(B) | 161.74º | 0.51% | 0.53% | - |
| XYZ | 13.69 | 19.37 | 18.64 | - |
| YUV | 110.98 | 129.14 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 134 | 113 | 0.51 | 0 | 0.16 | 0.47 | 161.74 | 0.35 | 0.39 |
| Hex | 41 | 86 | 71 | 33 | 0 | 10 | 2F | A2 | 23 | 27 |
| Octal | 101 | 206 | 161 | 63 | 0 | 20 | 57 | 242 | 43 | 47 |
| Binary | 1000001 | 10000110 | 1110001 | 110011 | 0 | 10000 | 101111 | 10100010 | 100011 | 100111 |
Color Harmonies of #418671
Complementary color
Monochromatic Colors of #418671
Black with #418671
Text Example
Text Example
White with #418671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418671; }
p { color: rgb(65,134,113); }
H1.HeaderClassName
{
color: #418671;
}
.AnyTagClassName
{
color: #418671;
}
</style>
background-color css
<style>
a { background-color: #418671; }
a { background-color: rgb(65,134,113); }
div.DivClassName
{
background-color: #418671;
}
.BgClassName
{
background-color: #418671;
}
</style>
border-color css
<style>
span { border-color: #418671; }
span { border-color: rgb(65,134,113); }
td.TdClassName
{
border-color: #418671;
}
.TagClassName
{
border-color: #418671;
}
</style>