Shades of Viridian #418162
Tints of Viridian #418162
RGB
CMYK
RGB Variations
Color information
#418162 (or 0x418162) is known color: Viridian. HEX triplet: 41, 81 and 62. RGB value is (65,129,98). Sum of RGB (Red+Green+Blue) = 65+129+98=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 129 - color contains mainly: green. Hex color #418162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418162 is #BE7E9D. Grayscale: #6A6A6A. Windows color (decimal): -12484254 or 6455617. OLE color: 6455617.
HSL color Cylindrical-coordinate representation of color #418162: hue angle of 150.94º degrees, saturation: 0.33, 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 #418162 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 129 | 98 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.49 |
| HSL | 150.94º | 0.33% | 0.38% | - |
| HSV(B) | 150.94º | 0.5% | 0.51% | - |
| XYZ | 12.23 | 17.71 | 14.33 | - |
| YUV | 106.33 | 123.3 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 129 | 98 | 0.50 | 0 | 0.24 | 0.49 | 150.94 | 0.33 | 0.38 |
| Hex | 41 | 81 | 62 | 32 | 0 | 18 | 31 | 97 | 21 | 26 |
| Octal | 101 | 201 | 142 | 62 | 0 | 30 | 61 | 227 | 41 | 46 |
| Binary | 1000001 | 10000001 | 1100010 | 110010 | 0 | 11000 | 110001 | 10010111 | 100001 | 100110 |
Color Harmonies of #418162
Complementary color
Monochromatic Colors of #418162
Black with #418162
Text Example
Text Example
White with #418162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418162; }
p { color: rgb(65,129,98); }
H1.HeaderClassName
{
color: #418162;
}
.AnyTagClassName
{
color: #418162;
}
</style>
background-color css
<style>
a { background-color: #418162; }
a { background-color: rgb(65,129,98); }
div.DivClassName
{
background-color: #418162;
}
.BgClassName
{
background-color: #418162;
}
</style>
border-color css
<style>
span { border-color: #418162; }
span { border-color: rgb(65,129,98); }
td.TdClassName
{
border-color: #418162;
}
.TagClassName
{
border-color: #418162;
}
</style>