Shades of Viridian #418371
Tints of Viridian #418371
RGB
CMYK
RGB Variations
Color information
#418371 (or 0x418371) is known color: Viridian. HEX triplet: 41, 83 and 71. RGB value is (65,131,113). Sum of RGB (Red+Green+Blue) = 65+131+113=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 131 - color contains mainly: green. Hex color #418371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418371 is #BE7C8E. Grayscale: #6D6D6D. Windows color (decimal): -12483727 or 7439169. OLE color: 7439169.
HSL color Cylindrical-coordinate representation of color #418371: hue angle of 163.64º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #418371 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 131 | 113 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.49 |
| HSL | 163.64º | 0.34% | 0.38% | - |
| HSV(B) | 163.64º | 0.5% | 0.51% | - |
| XYZ | 13.28 | 18.55 | 18.5 | - |
| YUV | 109.21 | 130.13 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 131 | 113 | 0.50 | 0 | 0.14 | 0.49 | 163.64 | 0.34 | 0.38 |
| Hex | 41 | 83 | 71 | 32 | 0 | E | 31 | A4 | 22 | 26 |
| Octal | 101 | 203 | 161 | 62 | 0 | 16 | 61 | 244 | 42 | 46 |
| Binary | 1000001 | 10000011 | 1110001 | 110010 | 0 | 1110 | 110001 | 10100100 | 100010 | 100110 |
Color Harmonies of #418371
Complementary color
Monochromatic Colors of #418371
Black with #418371
Text Example
Text Example
White with #418371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418371; }
p { color: rgb(65,131,113); }
H1.HeaderClassName
{
color: #418371;
}
.AnyTagClassName
{
color: #418371;
}
</style>
background-color css
<style>
a { background-color: #418371; }
a { background-color: rgb(65,131,113); }
div.DivClassName
{
background-color: #418371;
}
.BgClassName
{
background-color: #418371;
}
</style>
border-color css
<style>
span { border-color: #418371; }
span { border-color: rgb(65,131,113); }
td.TdClassName
{
border-color: #418371;
}
.TagClassName
{
border-color: #418371;
}
</style>