Shades of Viridian #408264
Tints of Viridian #408264
RGB
CMYK
RGB Variations
Color information
#408264 (or 0x408264) is known color: Viridian. HEX triplet: 40, 82 and 64. RGB value is (64,130,100). Sum of RGB (Red+Green+Blue) = 64+130+100=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #408264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408264 is #BF7D9B. Grayscale: #6A6A6A. Windows color (decimal): -12549532 or 6586944. OLE color: 6586944.
HSL color Cylindrical-coordinate representation of color #408264: hue angle of 152.73º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #408264 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 130 | 100 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.49 |
| HSL | 152.73º | 0.34% | 0.38% | - |
| HSV(B) | 152.73º | 0.51% | 0.51% | - |
| XYZ | 12.4 | 17.98 | 14.87 | - |
| YUV | 106.85 | 124.13 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 130 | 100 | 0.51 | 0 | 0.23 | 0.49 | 152.73 | 0.34 | 0.38 |
| Hex | 40 | 82 | 64 | 33 | 0 | 17 | 31 | 99 | 22 | 26 |
| Octal | 100 | 202 | 144 | 63 | 0 | 27 | 61 | 231 | 42 | 46 |
| Binary | 1000000 | 10000010 | 1100100 | 110011 | 0 | 10111 | 110001 | 10011001 | 100010 | 100110 |
Color Harmonies of #408264
Complementary color
Monochromatic Colors of #408264
Black with #408264
Text Example
Text Example
White with #408264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408264; }
p { color: rgb(64,130,100); }
H1.HeaderClassName
{
color: #408264;
}
.AnyTagClassName
{
color: #408264;
}
</style>
background-color css
<style>
a { background-color: #408264; }
a { background-color: rgb(64,130,100); }
div.DivClassName
{
background-color: #408264;
}
.BgClassName
{
background-color: #408264;
}
</style>
border-color css
<style>
span { border-color: #408264; }
span { border-color: rgb(64,130,100); }
td.TdClassName
{
border-color: #408264;
}
.TagClassName
{
border-color: #408264;
}
</style>