Shades of Viridian #41926F
Tints of Viridian #41926F
RGB
CMYK
RGB Variations
Color information
#41926F (or 0x41926F) is known color: Viridian. HEX triplet: 41, 92 and 6F. RGB value is (65,146,111). Sum of RGB (Red+Green+Blue) = 65+146+111=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #41926F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41926F is #BE6D90. Grayscale: #757575. Windows color (decimal): -12479889 or 7311937. OLE color: 7311937.
HSL color Cylindrical-coordinate representation of color #41926F: hue angle of 154.07º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41926F is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 146 | 111 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.43 |
| HSL | 154.07º | 0.38% | 0.41% | - |
| HSV(B) | 154.07º | 0.55% | 0.57% | - |
| XYZ | 15.33 | 22.83 | 18.64 | - |
| YUV | 117.79 | 124.16 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 146 | 111 | 0.55 | 0 | 0.24 | 0.43 | 154.07 | 0.38 | 0.41 |
| Hex | 41 | 92 | 6F | 37 | 0 | 18 | 2B | 9A | 26 | 29 |
| Octal | 101 | 222 | 157 | 67 | 0 | 30 | 53 | 232 | 46 | 51 |
| Binary | 1000001 | 10010010 | 1101111 | 110111 | 0 | 11000 | 101011 | 10011010 | 100110 | 101001 |
Color Harmonies of #41926F
Complementary color
Monochromatic Colors of #41926F
Black with #41926F
Text Example
Text Example
White with #41926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41926F; }
p { color: rgb(65,146,111); }
H1.HeaderClassName
{
color: #41926F;
}
.AnyTagClassName
{
color: #41926F;
}
</style>
background-color css
<style>
a { background-color: #41926F; }
a { background-color: rgb(65,146,111); }
div.DivClassName
{
background-color: #41926F;
}
.BgClassName
{
background-color: #41926F;
}
</style>
border-color css
<style>
span { border-color: #41926F; }
span { border-color: rgb(65,146,111); }
td.TdClassName
{
border-color: #41926F;
}
.TagClassName
{
border-color: #41926F;
}
</style>