Shades of Viridian #41906F
Tints of Viridian #41906F
RGB
CMYK
RGB Variations
Color information
#41906F (or 0x41906F) is known color: Viridian. HEX triplet: 41, 90 and 6F. RGB value is (65,144,111). Sum of RGB (Red+Green+Blue) = 65+144+111=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 144 - color contains mainly: green. Hex color #41906F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41906F is #BE6F90. Grayscale: #747474. Windows color (decimal): -12480401 or 7311425. OLE color: 7311425.
HSL color Cylindrical-coordinate representation of color #41906F: hue angle of 154.94º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41906F is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 144 | 111 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.44 |
| HSL | 154.94º | 0.38% | 0.41% | - |
| HSV(B) | 154.94º | 0.55% | 0.56% | - |
| XYZ | 15.02 | 22.22 | 18.54 | - |
| YUV | 116.62 | 124.83 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 144 | 111 | 0.55 | 0 | 0.23 | 0.44 | 154.94 | 0.38 | 0.41 |
| Hex | 41 | 90 | 6F | 37 | 0 | 17 | 2C | 9B | 26 | 29 |
| Octal | 101 | 220 | 157 | 67 | 0 | 27 | 54 | 233 | 46 | 51 |
| Binary | 1000001 | 10010000 | 1101111 | 110111 | 0 | 10111 | 101100 | 10011011 | 100110 | 101001 |
Color Harmonies of #41906F
Complementary color
Monochromatic Colors of #41906F
Black with #41906F
Text Example
Text Example
White with #41906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41906F; }
p { color: rgb(65,144,111); }
H1.HeaderClassName
{
color: #41906F;
}
.AnyTagClassName
{
color: #41906F;
}
</style>
background-color css
<style>
a { background-color: #41906F; }
a { background-color: rgb(65,144,111); }
div.DivClassName
{
background-color: #41906F;
}
.BgClassName
{
background-color: #41906F;
}
</style>
border-color css
<style>
span { border-color: #41906F; }
span { border-color: rgb(65,144,111); }
td.TdClassName
{
border-color: #41906F;
}
.TagClassName
{
border-color: #41906F;
}
</style>