Shades of Viridian #41816D
Tints of Viridian #41816D
RGB
CMYK
RGB Variations
Color information
#41816D (or 0x41816D) is known color: Viridian. HEX triplet: 41, 81 and 6D. RGB value is (65,129,109). Sum of RGB (Red+Green+Blue) = 65+129+109=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 129 - color contains mainly: green. Hex color #41816D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41816D is #BE7E92. Grayscale: #6B6B6B. Windows color (decimal): -12484243 or 7176513. OLE color: 7176513.
HSL color Cylindrical-coordinate representation of color #41816D: hue angle of 161.25º 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 #41816D is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 129 | 109 | - |
| CMYK | 0.50 | 0 | 0.16 | 0.49 |
| HSL | 161.25º | 0.33% | 0.38% | - |
| HSV(B) | 161.25º | 0.5% | 0.51% | - |
| XYZ | 12.79 | 17.93 | 17.25 | - |
| YUV | 107.58 | 128.8 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 129 | 109 | 0.50 | 0 | 0.16 | 0.49 | 161.25 | 0.33 | 0.38 |
| Hex | 41 | 81 | 6D | 32 | 0 | 10 | 31 | A1 | 21 | 26 |
| Octal | 101 | 201 | 155 | 62 | 0 | 20 | 61 | 241 | 41 | 46 |
| Binary | 1000001 | 10000001 | 1101101 | 110010 | 0 | 10000 | 110001 | 10100001 | 100001 | 100110 |
Color Harmonies of #41816D
Complementary color
Monochromatic Colors of #41816D
Black with #41816D
Text Example
Text Example
White with #41816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41816D; }
p { color: rgb(65,129,109); }
H1.HeaderClassName
{
color: #41816D;
}
.AnyTagClassName
{
color: #41816D;
}
</style>
background-color css
<style>
a { background-color: #41816D; }
a { background-color: rgb(65,129,109); }
div.DivClassName
{
background-color: #41816D;
}
.BgClassName
{
background-color: #41816D;
}
</style>
border-color css
<style>
span { border-color: #41816D; }
span { border-color: rgb(65,129,109); }
td.TdClassName
{
border-color: #41816D;
}
.TagClassName
{
border-color: #41816D;
}
</style>