Shades of Viridian #407E71
Tints of Viridian #407E71
RGB
CMYK
RGB Variations
Color information
#407E71 (or 0x407E71) is known color: Viridian. HEX triplet: 40, 7E and 71. RGB value is (64,126,113). Sum of RGB (Red+Green+Blue) = 64+126+113=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 126 (49.61% from 255 or 41.58% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 126 - color contains mainly: green. Hex color #407E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407E71 is #BF818E. Grayscale: #696969. Windows color (decimal): -12550543 or 7437888. OLE color: 7437888.
HSL color Cylindrical-coordinate representation of color #407E71: hue angle of 167.42º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #407E71 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 126 | 113 | - |
| CMYK | 0.49 | 0 | 0.10 | 0.51 |
| HSL | 167.42º | 0.33% | 0.37% | - |
| HSV(B) | 167.42º | 0.49% | 0.49% | - |
| XYZ | 12.56 | 17.2 | 18.28 | - |
| YUV | 105.98 | 131.96 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 126 | 113 | 0.49 | 0 | 0.10 | 0.51 | 167.42 | 0.33 | 0.37 |
| Hex | 40 | 7E | 71 | 31 | 0 | A | 33 | A7 | 21 | 25 |
| Octal | 100 | 176 | 161 | 61 | 0 | 12 | 63 | 247 | 41 | 45 |
| Binary | 1000000 | 1111110 | 1110001 | 110001 | 0 | 1010 | 110011 | 10100111 | 100001 | 100101 |
Color Harmonies of #407E71
Complementary color
Monochromatic Colors of #407E71
Black with #407E71
Text Example
Text Example
White with #407E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407E71; }
p { color: rgb(64,126,113); }
H1.HeaderClassName
{
color: #407E71;
}
.AnyTagClassName
{
color: #407E71;
}
</style>
background-color css
<style>
a { background-color: #407E71; }
a { background-color: rgb(64,126,113); }
div.DivClassName
{
background-color: #407E71;
}
.BgClassName
{
background-color: #407E71;
}
</style>
border-color css
<style>
span { border-color: #407E71; }
span { border-color: rgb(64,126,113); }
td.TdClassName
{
border-color: #407E71;
}
.TagClassName
{
border-color: #407E71;
}
</style>