Shades of Viridian #408F75
Tints of Viridian #408F75
RGB
CMYK
RGB Variations
Color information
#408F75 (or 0x408F75) is known color: Viridian. HEX triplet: 40, 8F and 75. RGB value is (64,143,117). Sum of RGB (Red+Green+Blue) = 64+143+117=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 143 - color contains mainly: green. Hex color #408F75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408F75 is #BF708A. Grayscale: #747474. Windows color (decimal): -12546187 or 7704384. OLE color: 7704384.
HSL color Cylindrical-coordinate representation of color #408F75: hue angle of 160.25º 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 #408F75 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 143 | 117 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.44 |
| HSL | 160.25º | 0.38% | 0.41% | - |
| HSV(B) | 160.25º | 0.55% | 0.56% | - |
| XYZ | 15.15 | 22.02 | 20.28 | - |
| YUV | 116.42 | 128.33 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 117 | 0.55 | 0 | 0.18 | 0.44 | 160.25 | 0.38 | 0.41 |
| Hex | 40 | 8F | 75 | 37 | 0 | 12 | 2C | A0 | 26 | 29 |
| Octal | 100 | 217 | 165 | 67 | 0 | 22 | 54 | 240 | 46 | 51 |
| Binary | 1000000 | 10001111 | 1110101 | 110111 | 0 | 10010 | 101100 | 10100000 | 100110 | 101001 |
Color Harmonies of #408F75
Complementary color
Monochromatic Colors of #408F75
Black with #408F75
Text Example
Text Example
White with #408F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408F75; }
p { color: rgb(64,143,117); }
H1.HeaderClassName
{
color: #408F75;
}
.AnyTagClassName
{
color: #408F75;
}
</style>
background-color css
<style>
a { background-color: #408F75; }
a { background-color: rgb(64,143,117); }
div.DivClassName
{
background-color: #408F75;
}
.BgClassName
{
background-color: #408F75;
}
</style>
border-color css
<style>
span { border-color: #408F75; }
span { border-color: rgb(64,143,117); }
td.TdClassName
{
border-color: #408F75;
}
.TagClassName
{
border-color: #408F75;
}
</style>