Shades of Viridian #408B73
Tints of Viridian #408B73
RGB
CMYK
RGB Variations
Color information
#408B73 (or 0x408B73) is known color: Viridian. HEX triplet: 40, 8B and 73. RGB value is (64,139,115). Sum of RGB (Red+Green+Blue) = 64+139+115=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 139 - color contains mainly: green. Hex color #408B73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408B73 is #BF748C. Grayscale: #717171. Windows color (decimal): -12547213 or 7572288. OLE color: 7572288.
HSL color Cylindrical-coordinate representation of color #408B73: hue angle of 160.8º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408B73 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 139 | 115 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.45 |
| HSL | 160.8º | 0.37% | 0.4% | - |
| HSV(B) | 160.8º | 0.54% | 0.55% | - |
| XYZ | 14.44 | 20.79 | 19.47 | - |
| YUV | 113.84 | 128.65 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 115 | 0.54 | 0 | 0.17 | 0.45 | 160.8 | 0.37 | 0.4 |
| Hex | 40 | 8B | 73 | 36 | 0 | 11 | 2D | A1 | 25 | 28 |
| Octal | 100 | 213 | 163 | 66 | 0 | 21 | 55 | 241 | 45 | 50 |
| Binary | 1000000 | 10001011 | 1110011 | 110110 | 0 | 10001 | 101101 | 10100001 | 100101 | 101000 |
Color Harmonies of #408B73
Complementary color
Monochromatic Colors of #408B73
Black with #408B73
Text Example
Text Example
White with #408B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408B73; }
p { color: rgb(64,139,115); }
H1.HeaderClassName
{
color: #408B73;
}
.AnyTagClassName
{
color: #408B73;
}
</style>
background-color css
<style>
a { background-color: #408B73; }
a { background-color: rgb(64,139,115); }
div.DivClassName
{
background-color: #408B73;
}
.BgClassName
{
background-color: #408B73;
}
</style>
border-color css
<style>
span { border-color: #408B73; }
span { border-color: rgb(64,139,115); }
td.TdClassName
{
border-color: #408B73;
}
.TagClassName
{
border-color: #408B73;
}
</style>