Shades of Viridian #408B76
Tints of Viridian #408B76
RGB
CMYK
RGB Variations
Color information
#408B76 (or 0x408B76) is known color: Viridian. HEX triplet: 40, 8B and 76. RGB value is (64,139,118). Sum of RGB (Red+Green+Blue) = 64+139+118=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 139 - color contains mainly: green. Hex color #408B76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408B76 is #BF7489. Grayscale: #727272. Windows color (decimal): -12547210 or 7768896. OLE color: 7768896.
HSL color Cylindrical-coordinate representation of color #408B76: hue angle of 163.2º 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 #408B76 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 139 | 118 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.45 |
| HSL | 163.2º | 0.37% | 0.4% | - |
| HSV(B) | 163.2º | 0.54% | 0.55% | - |
| XYZ | 14.62 | 20.86 | 20.4 | - |
| YUV | 114.18 | 130.15 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 118 | 0.54 | 0 | 0.15 | 0.45 | 163.2 | 0.37 | 0.4 |
| Hex | 40 | 8B | 76 | 36 | 0 | F | 2D | A3 | 25 | 28 |
| Octal | 100 | 213 | 166 | 66 | 0 | 17 | 55 | 243 | 45 | 50 |
| Binary | 1000000 | 10001011 | 1110110 | 110110 | 0 | 1111 | 101101 | 10100011 | 100101 | 101000 |
Color Harmonies of #408B76
Complementary color
Monochromatic Colors of #408B76
Black with #408B76
Text Example
Text Example
White with #408B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408B76; }
p { color: rgb(64,139,118); }
H1.HeaderClassName
{
color: #408B76;
}
.AnyTagClassName
{
color: #408B76;
}
</style>
background-color css
<style>
a { background-color: #408B76; }
a { background-color: rgb(64,139,118); }
div.DivClassName
{
background-color: #408B76;
}
.BgClassName
{
background-color: #408B76;
}
</style>
border-color css
<style>
span { border-color: #408B76; }
span { border-color: rgb(64,139,118); }
td.TdClassName
{
border-color: #408B76;
}
.TagClassName
{
border-color: #408B76;
}
</style>