Shades of Viridian #41886F
Tints of Viridian #41886F
RGB
CMYK
RGB Variations
Color information
#41886F (or 0x41886F) is known color: Viridian. HEX triplet: 41, 88 and 6F. RGB value is (65,136,111). Sum of RGB (Red+Green+Blue) = 65+136+111=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 136 - color contains mainly: green. Hex color #41886F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41886F is #BE7790. Grayscale: #6F6F6F. Windows color (decimal): -12482449 or 7309377. OLE color: 7309377.
HSL color Cylindrical-coordinate representation of color #41886F: hue angle of 158.87º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #41886F is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 136 | 111 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.47 |
| HSL | 158.87º | 0.35% | 0.39% | - |
| HSV(B) | 158.87º | 0.52% | 0.53% | - |
| XYZ | 13.85 | 19.88 | 18.15 | - |
| YUV | 111.92 | 127.48 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 136 | 111 | 0.52 | 0 | 0.18 | 0.47 | 158.87 | 0.35 | 0.39 |
| Hex | 41 | 88 | 6F | 34 | 0 | 12 | 2F | 9F | 23 | 27 |
| Octal | 101 | 210 | 157 | 64 | 0 | 22 | 57 | 237 | 43 | 47 |
| Binary | 1000001 | 10001000 | 1101111 | 110100 | 0 | 10010 | 101111 | 10011111 | 100011 | 100111 |
Color Harmonies of #41886F
Complementary color
Monochromatic Colors of #41886F
Black with #41886F
Text Example
Text Example
White with #41886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41886F; }
p { color: rgb(65,136,111); }
H1.HeaderClassName
{
color: #41886F;
}
.AnyTagClassName
{
color: #41886F;
}
</style>
background-color css
<style>
a { background-color: #41886F; }
a { background-color: rgb(65,136,111); }
div.DivClassName
{
background-color: #41886F;
}
.BgClassName
{
background-color: #41886F;
}
</style>
border-color css
<style>
span { border-color: #41886F; }
span { border-color: rgb(65,136,111); }
td.TdClassName
{
border-color: #41886F;
}
.TagClassName
{
border-color: #41886F;
}
</style>