Shades of Viridian #41856C
Tints of Viridian #41856C
RGB
CMYK
RGB Variations
Color information
#41856C (or 0x41856C) is known color: Viridian. HEX triplet: 41, 85 and 6C. RGB value is (65,133,108). Sum of RGB (Red+Green+Blue) = 65+133+108=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #41856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41856C is #BE7A93. Grayscale: #6D6D6D. Windows color (decimal): -12483220 or 7112001. OLE color: 7112001.
HSL color Cylindrical-coordinate representation of color #41856C: hue angle of 157.94º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41856C is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 133 | 108 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.48 |
| HSL | 157.94º | 0.34% | 0.39% | - |
| HSV(B) | 157.94º | 0.51% | 0.52% | - |
| XYZ | 13.27 | 18.98 | 17.15 | - |
| YUV | 109.82 | 126.97 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 133 | 108 | 0.51 | 0 | 0.19 | 0.48 | 157.94 | 0.34 | 0.39 |
| Hex | 41 | 85 | 6C | 33 | 0 | 13 | 30 | 9E | 22 | 27 |
| Octal | 101 | 205 | 154 | 63 | 0 | 23 | 60 | 236 | 42 | 47 |
| Binary | 1000001 | 10000101 | 1101100 | 110011 | 0 | 10011 | 110000 | 10011110 | 100010 | 100111 |
Color Harmonies of #41856C
Complementary color
Monochromatic Colors of #41856C
Black with #41856C
Text Example
Text Example
White with #41856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41856C; }
p { color: rgb(65,133,108); }
H1.HeaderClassName
{
color: #41856C;
}
.AnyTagClassName
{
color: #41856C;
}
</style>
background-color css
<style>
a { background-color: #41856C; }
a { background-color: rgb(65,133,108); }
div.DivClassName
{
background-color: #41856C;
}
.BgClassName
{
background-color: #41856C;
}
</style>
border-color css
<style>
span { border-color: #41856C; }
span { border-color: rgb(65,133,108); }
td.TdClassName
{
border-color: #41856C;
}
.TagClassName
{
border-color: #41856C;
}
</style>