Shades of Viridian #408A69
Tints of Viridian #408A69
RGB
CMYK
RGB Variations
Color information
#408A69 (or 0x408A69) is known color: Viridian. HEX triplet: 40, 8A and 69. RGB value is (64,138,105). Sum of RGB (Red+Green+Blue) = 64+138+105=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 138 - color contains mainly: green. Hex color #408A69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408A69 is #BF7596. Grayscale: #707070. Windows color (decimal): -12547479 or 6916672. OLE color: 6916672.
HSL color Cylindrical-coordinate representation of color #408A69: hue angle of 153.24º 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 #408A69 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 138 | 105 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.46 |
| HSL | 153.24º | 0.37% | 0.4% | - |
| HSV(B) | 153.24º | 0.54% | 0.54% | - |
| XYZ | 13.75 | 20.29 | 16.56 | - |
| YUV | 112.11 | 123.98 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 138 | 105 | 0.54 | 0 | 0.24 | 0.46 | 153.24 | 0.37 | 0.4 |
| Hex | 40 | 8A | 69 | 36 | 0 | 18 | 2E | 99 | 25 | 28 |
| Octal | 100 | 212 | 151 | 66 | 0 | 30 | 56 | 231 | 45 | 50 |
| Binary | 1000000 | 10001010 | 1101001 | 110110 | 0 | 11000 | 101110 | 10011001 | 100101 | 101000 |
Color Harmonies of #408A69
Complementary color
Monochromatic Colors of #408A69
Black with #408A69
Text Example
Text Example
White with #408A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408A69; }
p { color: rgb(64,138,105); }
H1.HeaderClassName
{
color: #408A69;
}
.AnyTagClassName
{
color: #408A69;
}
</style>
background-color css
<style>
a { background-color: #408A69; }
a { background-color: rgb(64,138,105); }
div.DivClassName
{
background-color: #408A69;
}
.BgClassName
{
background-color: #408A69;
}
</style>
border-color css
<style>
span { border-color: #408A69; }
span { border-color: rgb(64,138,105); }
td.TdClassName
{
border-color: #408A69;
}
.TagClassName
{
border-color: #408A69;
}
</style>