Shades of Viridian #408969
Tints of Viridian #408969
RGB
CMYK
RGB Variations
Color information
#408969 (or 0x408969) is known color: Viridian. HEX triplet: 40, 89 and 69. RGB value is (64,137,105). Sum of RGB (Red+Green+Blue) = 64+137+105=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #408969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408969 is #BF7696. Grayscale: #6F6F6F. Windows color (decimal): -12547735 or 6916416. OLE color: 6916416.
HSL color Cylindrical-coordinate representation of color #408969: hue angle of 153.7º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #408969 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 137 | 105 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.46 |
| HSL | 153.7º | 0.36% | 0.39% | - |
| HSV(B) | 153.7º | 0.53% | 0.54% | - |
| XYZ | 13.61 | 20 | 16.51 | - |
| YUV | 111.53 | 124.32 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 137 | 105 | 0.53 | 0 | 0.23 | 0.46 | 153.7 | 0.36 | 0.39 |
| Hex | 40 | 89 | 69 | 35 | 0 | 17 | 2E | 9A | 24 | 27 |
| Octal | 100 | 211 | 151 | 65 | 0 | 27 | 56 | 232 | 44 | 47 |
| Binary | 1000000 | 10001001 | 1101001 | 110101 | 0 | 10111 | 101110 | 10011010 | 100100 | 100111 |
Color Harmonies of #408969
Complementary color
Monochromatic Colors of #408969
Black with #408969
Text Example
Text Example
White with #408969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408969; }
p { color: rgb(64,137,105); }
H1.HeaderClassName
{
color: #408969;
}
.AnyTagClassName
{
color: #408969;
}
</style>
background-color css
<style>
a { background-color: #408969; }
a { background-color: rgb(64,137,105); }
div.DivClassName
{
background-color: #408969;
}
.BgClassName
{
background-color: #408969;
}
</style>
border-color css
<style>
span { border-color: #408969; }
span { border-color: rgb(64,137,105); }
td.TdClassName
{
border-color: #408969;
}
.TagClassName
{
border-color: #408969;
}
</style>