Shades of Viridian #408A76
Tints of Viridian #408A76
RGB
CMYK
RGB Variations
Color information
#408A76 (or 0x408A76) is known color: Viridian. HEX triplet: 40, 8A and 76. RGB value is (64,138,118). Sum of RGB (Red+Green+Blue) = 64+138+118=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 138 (54.30% from 255 or 43.12% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 138 - color contains mainly: green. Hex color #408A76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408A76 is #BF7589. Grayscale: #717171. Windows color (decimal): -12547466 or 7768640. OLE color: 7768640.
HSL color Cylindrical-coordinate representation of color #408A76: hue angle of 163.78º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408A76 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 138 | 118 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.46 |
| HSL | 163.78º | 0.37% | 0.4% | - |
| HSV(B) | 163.78º | 0.54% | 0.54% | - |
| XYZ | 14.47 | 20.57 | 20.35 | - |
| YUV | 113.59 | 130.48 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 138 | 118 | 0.54 | 0 | 0.14 | 0.46 | 163.78 | 0.37 | 0.4 |
| Hex | 40 | 8A | 76 | 36 | 0 | E | 2E | A4 | 25 | 28 |
| Octal | 100 | 212 | 166 | 66 | 0 | 16 | 56 | 244 | 45 | 50 |
| Binary | 1000000 | 10001010 | 1110110 | 110110 | 0 | 1110 | 101110 | 10100100 | 100101 | 101000 |
Color Harmonies of #408A76
Complementary color
Monochromatic Colors of #408A76
Black with #408A76
Text Example
Text Example
White with #408A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408A76; }
p { color: rgb(64,138,118); }
H1.HeaderClassName
{
color: #408A76;
}
.AnyTagClassName
{
color: #408A76;
}
</style>
background-color css
<style>
a { background-color: #408A76; }
a { background-color: rgb(64,138,118); }
div.DivClassName
{
background-color: #408A76;
}
.BgClassName
{
background-color: #408A76;
}
</style>
border-color css
<style>
span { border-color: #408A76; }
span { border-color: rgb(64,138,118); }
td.TdClassName
{
border-color: #408A76;
}
.TagClassName
{
border-color: #408A76;
}
</style>