Shades of Viridian #41826C
Tints of Viridian #41826C
RGB
CMYK
RGB Variations
Color information
#41826C (or 0x41826C) is known color: Viridian. HEX triplet: 41, 82 and 6C. RGB value is (65,130,108). Sum of RGB (Red+Green+Blue) = 65+130+108=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #41826C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41826C is #BE7D93. Grayscale: #6C6C6C. Windows color (decimal): -12483988 or 7111233. OLE color: 7111233.
HSL color Cylindrical-coordinate representation of color #41826C: hue angle of 159.69º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #41826C is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 130 | 108 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.49 |
| HSL | 159.69º | 0.33% | 0.38% | - |
| HSV(B) | 159.69º | 0.5% | 0.51% | - |
| XYZ | 12.87 | 18.17 | 17.02 | - |
| YUV | 108.06 | 127.97 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 130 | 108 | 0.50 | 0 | 0.17 | 0.49 | 159.69 | 0.33 | 0.38 |
| Hex | 41 | 82 | 6C | 32 | 0 | 11 | 31 | A0 | 21 | 26 |
| Octal | 101 | 202 | 154 | 62 | 0 | 21 | 61 | 240 | 41 | 46 |
| Binary | 1000001 | 10000010 | 1101100 | 110010 | 0 | 10001 | 110001 | 10100000 | 100001 | 100110 |
Color Harmonies of #41826C
Complementary color
Monochromatic Colors of #41826C
Black with #41826C
Text Example
Text Example
White with #41826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41826C; }
p { color: rgb(65,130,108); }
H1.HeaderClassName
{
color: #41826C;
}
.AnyTagClassName
{
color: #41826C;
}
</style>
background-color css
<style>
a { background-color: #41826C; }
a { background-color: rgb(65,130,108); }
div.DivClassName
{
background-color: #41826C;
}
.BgClassName
{
background-color: #41826C;
}
</style>
border-color css
<style>
span { border-color: #41826C; }
span { border-color: rgb(65,130,108); }
td.TdClassName
{
border-color: #41826C;
}
.TagClassName
{
border-color: #41826C;
}
</style>