Shades of Viridian #408163
Tints of Viridian #408163
RGB
CMYK
RGB Variations
Color information
#408163 (or 0x408163) is known color: Viridian. HEX triplet: 40, 81 and 63. RGB value is (64,129,99). Sum of RGB (Red+Green+Blue) = 64+129+99=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 129 - color contains mainly: green. Hex color #408163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408163 is #BF7E9C. Grayscale: #6A6A6A. Windows color (decimal): -12549789 or 6521152. OLE color: 6521152.
HSL color Cylindrical-coordinate representation of color #408163: hue angle of 152.31º degrees, saturation: 0.34, 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 #408163 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 129 | 99 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.49 |
| HSL | 152.31º | 0.34% | 0.38% | - |
| HSV(B) | 152.31º | 0.5% | 0.51% | - |
| XYZ | 12.22 | 17.69 | 14.58 | - |
| YUV | 106.15 | 123.97 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 129 | 99 | 0.50 | 0 | 0.23 | 0.49 | 152.31 | 0.34 | 0.38 |
| Hex | 40 | 81 | 63 | 32 | 0 | 17 | 31 | 98 | 22 | 26 |
| Octal | 100 | 201 | 143 | 62 | 0 | 27 | 61 | 230 | 42 | 46 |
| Binary | 1000000 | 10000001 | 1100011 | 110010 | 0 | 10111 | 110001 | 10011000 | 100010 | 100110 |
Color Harmonies of #408163
Complementary color
Monochromatic Colors of #408163
Black with #408163
Text Example
Text Example
White with #408163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408163; }
p { color: rgb(64,129,99); }
H1.HeaderClassName
{
color: #408163;
}
.AnyTagClassName
{
color: #408163;
}
</style>
background-color css
<style>
a { background-color: #408163; }
a { background-color: rgb(64,129,99); }
div.DivClassName
{
background-color: #408163;
}
.BgClassName
{
background-color: #408163;
}
</style>
border-color css
<style>
span { border-color: #408163; }
span { border-color: rgb(64,129,99); }
td.TdClassName
{
border-color: #408163;
}
.TagClassName
{
border-color: #408163;
}
</style>