Shades of Viridian #408C75
Tints of Viridian #408C75
RGB
CMYK
RGB Variations
Color information
#408C75 (or 0x408C75) is known color: Viridian. HEX triplet: 40, 8C and 75. RGB value is (64,140,117). Sum of RGB (Red+Green+Blue) = 64+140+117=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 140 - color contains mainly: green. Hex color #408C75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408C75 is #BF738A. Grayscale: #727272. Windows color (decimal): -12546955 or 7703616. OLE color: 7703616.
HSL color Cylindrical-coordinate representation of color #408C75: hue angle of 161.84º 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 #408C75 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 140 | 117 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.45 |
| HSL | 161.84º | 0.37% | 0.4% | - |
| HSV(B) | 161.84º | 0.54% | 0.55% | - |
| XYZ | 14.7 | 21.13 | 20.13 | - |
| YUV | 114.65 | 129.32 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 140 | 117 | 0.54 | 0 | 0.16 | 0.45 | 161.84 | 0.37 | 0.4 |
| Hex | 40 | 8C | 75 | 36 | 0 | 10 | 2D | A2 | 25 | 28 |
| Octal | 100 | 214 | 165 | 66 | 0 | 20 | 55 | 242 | 45 | 50 |
| Binary | 1000000 | 10001100 | 1110101 | 110110 | 0 | 10000 | 101101 | 10100010 | 100101 | 101000 |
Color Harmonies of #408C75
Complementary color
Monochromatic Colors of #408C75
Black with #408C75
Text Example
Text Example
White with #408C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408C75; }
p { color: rgb(64,140,117); }
H1.HeaderClassName
{
color: #408C75;
}
.AnyTagClassName
{
color: #408C75;
}
</style>
background-color css
<style>
a { background-color: #408C75; }
a { background-color: rgb(64,140,117); }
div.DivClassName
{
background-color: #408C75;
}
.BgClassName
{
background-color: #408C75;
}
</style>
border-color css
<style>
span { border-color: #408C75; }
span { border-color: rgb(64,140,117); }
td.TdClassName
{
border-color: #408C75;
}
.TagClassName
{
border-color: #408C75;
}
</style>