Shades of Viridian #408E75
Tints of Viridian #408E75
RGB
CMYK
RGB Variations
Color information
#408E75 (or 0x408E75) is known color: Viridian. HEX triplet: 40, 8E and 75. RGB value is (64,142,117). Sum of RGB (Red+Green+Blue) = 64+142+117=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 142 - color contains mainly: green. Hex color #408E75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408E75 is #BF718A. Grayscale: #737373. Windows color (decimal): -12546443 or 7704128. OLE color: 7704128.
HSL color Cylindrical-coordinate representation of color #408E75: hue angle of 160.77º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408E75 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 142 | 117 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.44 |
| HSL | 160.77º | 0.38% | 0.4% | - |
| HSV(B) | 160.77º | 0.55% | 0.56% | - |
| XYZ | 15 | 21.72 | 20.23 | - |
| YUV | 115.83 | 128.66 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 142 | 117 | 0.55 | 0 | 0.18 | 0.44 | 160.77 | 0.38 | 0.4 |
| Hex | 40 | 8E | 75 | 37 | 0 | 12 | 2C | A1 | 26 | 28 |
| Octal | 100 | 216 | 165 | 67 | 0 | 22 | 54 | 241 | 46 | 50 |
| Binary | 1000000 | 10001110 | 1110101 | 110111 | 0 | 10010 | 101100 | 10100001 | 100110 | 101000 |
Color Harmonies of #408E75
Complementary color
Monochromatic Colors of #408E75
Black with #408E75
Text Example
Text Example
White with #408E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408E75; }
p { color: rgb(64,142,117); }
H1.HeaderClassName
{
color: #408E75;
}
.AnyTagClassName
{
color: #408E75;
}
</style>
background-color css
<style>
a { background-color: #408E75; }
a { background-color: rgb(64,142,117); }
div.DivClassName
{
background-color: #408E75;
}
.BgClassName
{
background-color: #408E75;
}
</style>
border-color css
<style>
span { border-color: #408E75; }
span { border-color: rgb(64,142,117); }
td.TdClassName
{
border-color: #408E75;
}
.TagClassName
{
border-color: #408E75;
}
</style>