Shades of Viridian #408662
Tints of Viridian #408662
RGB
CMYK
RGB Variations
Color information
#408662 (or 0x408662) is known color: Viridian. HEX triplet: 40, 86 and 62. RGB value is (64,134,98). Sum of RGB (Red+Green+Blue) = 64+134+98=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 134 - color contains mainly: green. Hex color #408662 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408662 is #BF799D. Grayscale: #6D6D6D. Windows color (decimal): -12548510 or 6456896. OLE color: 6456896.
HSL color Cylindrical-coordinate representation of color #408662: hue angle of 149.14º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408662 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 134 | 98 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.47 |
| HSL | 149.14º | 0.35% | 0.39% | - |
| HSV(B) | 149.14º | 0.52% | 0.53% | - |
| XYZ | 12.84 | 19.02 | 14.55 | - |
| YUV | 108.97 | 121.81 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 134 | 98 | 0.52 | 0 | 0.27 | 0.47 | 149.14 | 0.35 | 0.39 |
| Hex | 40 | 86 | 62 | 34 | 0 | 1B | 2F | 95 | 23 | 27 |
| Octal | 100 | 206 | 142 | 64 | 0 | 33 | 57 | 225 | 43 | 47 |
| Binary | 1000000 | 10000110 | 1100010 | 110100 | 0 | 11011 | 101111 | 10010101 | 100011 | 100111 |
Color Harmonies of #408662
Complementary color
Monochromatic Colors of #408662
Black with #408662
Text Example
Text Example
White with #408662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408662; }
p { color: rgb(64,134,98); }
H1.HeaderClassName
{
color: #408662;
}
.AnyTagClassName
{
color: #408662;
}
</style>
background-color css
<style>
a { background-color: #408662; }
a { background-color: rgb(64,134,98); }
div.DivClassName
{
background-color: #408662;
}
.BgClassName
{
background-color: #408662;
}
</style>
border-color css
<style>
span { border-color: #408662; }
span { border-color: rgb(64,134,98); }
td.TdClassName
{
border-color: #408662;
}
.TagClassName
{
border-color: #408662;
}
</style>