Shades of Viridian #408C74
Tints of Viridian #408C74
RGB
CMYK
RGB Variations
Color information
#408C74 (or 0x408C74) is known color: Viridian. HEX triplet: 40, 8C and 74. RGB value is (64,140,116). Sum of RGB (Red+Green+Blue) = 64+140+116=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 140 (55.08% from 255 or 43.75% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 140 - color contains mainly: green. Hex color #408C74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408C74 is #BF738B. Grayscale: #727272. Windows color (decimal): -12546956 or 7638080. OLE color: 7638080.
HSL color Cylindrical-coordinate representation of color #408C74: hue angle of 161.05º 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 #408C74 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 140 | 116 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.45 |
| HSL | 161.05º | 0.37% | 0.4% | - |
| HSV(B) | 161.05º | 0.54% | 0.55% | - |
| XYZ | 14.64 | 21.11 | 19.83 | - |
| YUV | 114.54 | 128.82 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 140 | 116 | 0.54 | 0 | 0.17 | 0.45 | 161.05 | 0.37 | 0.4 |
| Hex | 40 | 8C | 74 | 36 | 0 | 11 | 2D | A1 | 25 | 28 |
| Octal | 100 | 214 | 164 | 66 | 0 | 21 | 55 | 241 | 45 | 50 |
| Binary | 1000000 | 10001100 | 1110100 | 110110 | 0 | 10001 | 101101 | 10100001 | 100101 | 101000 |
Color Harmonies of #408C74
Complementary color
Monochromatic Colors of #408C74
Black with #408C74
Text Example
Text Example
White with #408C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408C74; }
p { color: rgb(64,140,116); }
H1.HeaderClassName
{
color: #408C74;
}
.AnyTagClassName
{
color: #408C74;
}
</style>
background-color css
<style>
a { background-color: #408C74; }
a { background-color: rgb(64,140,116); }
div.DivClassName
{
background-color: #408C74;
}
.BgClassName
{
background-color: #408C74;
}
</style>
border-color css
<style>
span { border-color: #408C74; }
span { border-color: rgb(64,140,116); }
td.TdClassName
{
border-color: #408C74;
}
.TagClassName
{
border-color: #408C74;
}
</style>