Shades of Viridian #41886C
Tints of Viridian #41886C
RGB
CMYK
RGB Variations
Color information
#41886C (or 0x41886C) is known color: Viridian. HEX triplet: 41, 88 and 6C. RGB value is (65,136,108). Sum of RGB (Red+Green+Blue) = 65+136+108=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #41886C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41886C is #BE7793. Grayscale: #6F6F6F. Windows color (decimal): -12482452 or 7112769. OLE color: 7112769.
HSL color Cylindrical-coordinate representation of color #41886C: hue angle of 156.34º 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 #41886C is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 136 | 108 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.47 |
| HSL | 156.34º | 0.35% | 0.39% | - |
| HSV(B) | 156.34º | 0.52% | 0.53% | - |
| XYZ | 13.69 | 19.81 | 17.29 | - |
| YUV | 111.58 | 125.98 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 136 | 108 | 0.52 | 0 | 0.21 | 0.47 | 156.34 | 0.35 | 0.39 |
| Hex | 41 | 88 | 6C | 34 | 0 | 15 | 2F | 9C | 23 | 27 |
| Octal | 101 | 210 | 154 | 64 | 0 | 25 | 57 | 234 | 43 | 47 |
| Binary | 1000001 | 10001000 | 1101100 | 110100 | 0 | 10101 | 101111 | 10011100 | 100011 | 100111 |
Color Harmonies of #41886C
Complementary color
Monochromatic Colors of #41886C
Black with #41886C
Text Example
Text Example
White with #41886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41886C; }
p { color: rgb(65,136,108); }
H1.HeaderClassName
{
color: #41886C;
}
.AnyTagClassName
{
color: #41886C;
}
</style>
background-color css
<style>
a { background-color: #41886C; }
a { background-color: rgb(65,136,108); }
div.DivClassName
{
background-color: #41886C;
}
.BgClassName
{
background-color: #41886C;
}
</style>
border-color css
<style>
span { border-color: #41886C; }
span { border-color: rgb(65,136,108); }
td.TdClassName
{
border-color: #41886C;
}
.TagClassName
{
border-color: #41886C;
}
</style>