Shades of Viridian #408562
Tints of Viridian #408562
RGB
CMYK
RGB Variations
Color information
#408562 (or 0x408562) is known color: Viridian. HEX triplet: 40, 85 and 62. RGB value is (64,133,98). Sum of RGB (Red+Green+Blue) = 64+133+98=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #408562 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408562 is #BF7A9D. Grayscale: #6C6C6C. Windows color (decimal): -12548766 or 6456640. OLE color: 6456640.
HSL color Cylindrical-coordinate representation of color #408562: hue angle of 149.57º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408562 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 133 | 98 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.48 |
| HSL | 149.57º | 0.35% | 0.39% | - |
| HSV(B) | 149.57º | 0.52% | 0.52% | - |
| XYZ | 12.71 | 18.75 | 14.5 | - |
| YUV | 108.38 | 122.14 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 133 | 98 | 0.52 | 0 | 0.26 | 0.48 | 149.57 | 0.35 | 0.39 |
| Hex | 40 | 85 | 62 | 34 | 0 | 1A | 30 | 96 | 23 | 27 |
| Octal | 100 | 205 | 142 | 64 | 0 | 32 | 60 | 226 | 43 | 47 |
| Binary | 1000000 | 10000101 | 1100010 | 110100 | 0 | 11010 | 110000 | 10010110 | 100011 | 100111 |
Color Harmonies of #408562
Complementary color
Monochromatic Colors of #408562
Black with #408562
Text Example
Text Example
White with #408562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408562; }
p { color: rgb(64,133,98); }
H1.HeaderClassName
{
color: #408562;
}
.AnyTagClassName
{
color: #408562;
}
</style>
background-color css
<style>
a { background-color: #408562; }
a { background-color: rgb(64,133,98); }
div.DivClassName
{
background-color: #408562;
}
.BgClassName
{
background-color: #408562;
}
</style>
border-color css
<style>
span { border-color: #408562; }
span { border-color: rgb(64,133,98); }
td.TdClassName
{
border-color: #408562;
}
.TagClassName
{
border-color: #408562;
}
</style>