Shades of Viridian #41856A
Tints of Viridian #41856A
RGB
CMYK
RGB Variations
Color information
#41856A (or 0x41856A) is known color: Viridian. HEX triplet: 41, 85 and 6A. RGB value is (65,133,106). Sum of RGB (Red+Green+Blue) = 65+133+106=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #41856A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41856A is #BE7A95. Grayscale: #6D6D6D. Windows color (decimal): -12483222 or 6980929. OLE color: 6980929.
HSL color Cylindrical-coordinate representation of color #41856A: hue angle of 156.18º 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 #41856A is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 133 | 106 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.48 |
| HSL | 156.18º | 0.34% | 0.39% | - |
| HSV(B) | 156.18º | 0.51% | 0.52% | - |
| XYZ | 13.17 | 18.94 | 16.6 | - |
| YUV | 109.59 | 125.97 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 133 | 106 | 0.51 | 0 | 0.20 | 0.48 | 156.18 | 0.34 | 0.39 |
| Hex | 41 | 85 | 6A | 33 | 0 | 14 | 30 | 9C | 22 | 27 |
| Octal | 101 | 205 | 152 | 63 | 0 | 24 | 60 | 234 | 42 | 47 |
| Binary | 1000001 | 10000101 | 1101010 | 110011 | 0 | 10100 | 110000 | 10011100 | 100010 | 100111 |
Color Harmonies of #41856A
Complementary color
Monochromatic Colors of #41856A
Black with #41856A
Text Example
Text Example
White with #41856A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41856A; }
p { color: rgb(65,133,106); }
H1.HeaderClassName
{
color: #41856A;
}
.AnyTagClassName
{
color: #41856A;
}
</style>
background-color css
<style>
a { background-color: #41856A; }
a { background-color: rgb(65,133,106); }
div.DivClassName
{
background-color: #41856A;
}
.BgClassName
{
background-color: #41856A;
}
</style>
border-color css
<style>
span { border-color: #41856A; }
span { border-color: rgb(65,133,106); }
td.TdClassName
{
border-color: #41856A;
}
.TagClassName
{
border-color: #41856A;
}
</style>