Shades of Viridian #408F73
Tints of Viridian #408F73
RGB
CMYK
RGB Variations
Color information
#408F73 (or 0x408F73) is known color: Viridian. HEX triplet: 40, 8F and 73. RGB value is (64,143,115). Sum of RGB (Red+Green+Blue) = 64+143+115=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 143 - color contains mainly: green. Hex color #408F73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408F73 is #BF708C. Grayscale: #747474. Windows color (decimal): -12546189 or 7573312. OLE color: 7573312.
HSL color Cylindrical-coordinate representation of color #408F73: hue angle of 158.73º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408F73 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 143 | 115 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.44 |
| HSL | 158.73º | 0.38% | 0.41% | - |
| HSV(B) | 158.73º | 0.55% | 0.56% | - |
| XYZ | 15.03 | 21.97 | 19.67 | - |
| YUV | 116.19 | 127.33 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 115 | 0.55 | 0 | 0.20 | 0.44 | 158.73 | 0.38 | 0.41 |
| Hex | 40 | 8F | 73 | 37 | 0 | 14 | 2C | 9F | 26 | 29 |
| Octal | 100 | 217 | 163 | 67 | 0 | 24 | 54 | 237 | 46 | 51 |
| Binary | 1000000 | 10001111 | 1110011 | 110111 | 0 | 10100 | 101100 | 10011111 | 100110 | 101001 |
Color Harmonies of #408F73
Complementary color
Monochromatic Colors of #408F73
Black with #408F73
Text Example
Text Example
White with #408F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408F73; }
p { color: rgb(64,143,115); }
H1.HeaderClassName
{
color: #408F73;
}
.AnyTagClassName
{
color: #408F73;
}
</style>
background-color css
<style>
a { background-color: #408F73; }
a { background-color: rgb(64,143,115); }
div.DivClassName
{
background-color: #408F73;
}
.BgClassName
{
background-color: #408F73;
}
</style>
border-color css
<style>
span { border-color: #408F73; }
span { border-color: rgb(64,143,115); }
td.TdClassName
{
border-color: #408F73;
}
.TagClassName
{
border-color: #408F73;
}
</style>