Shades of Viridian #407F71
Tints of Viridian #407F71
RGB
CMYK
RGB Variations
Color information
#407F71 (or 0x407F71) is known color: Viridian. HEX triplet: 40, 7F and 71. RGB value is (64,127,113). Sum of RGB (Red+Green+Blue) = 64+127+113=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 127 - color contains mainly: green. Hex color #407F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407F71 is #BF808E. Grayscale: #6A6A6A. Windows color (decimal): -12550287 or 7438144. OLE color: 7438144.
HSL color Cylindrical-coordinate representation of color #407F71: hue angle of 166.67º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #407F71 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 127 | 113 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.50 |
| HSL | 166.67º | 0.33% | 0.37% | - |
| HSV(B) | 166.67º | 0.5% | 0.5% | - |
| XYZ | 12.68 | 17.46 | 18.32 | - |
| YUV | 106.57 | 131.63 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 113 | 0.50 | 0 | 0.11 | 0.50 | 166.67 | 0.33 | 0.37 |
| Hex | 40 | 7F | 71 | 32 | 0 | B | 32 | A7 | 21 | 25 |
| Octal | 100 | 177 | 161 | 62 | 0 | 13 | 62 | 247 | 41 | 45 |
| Binary | 1000000 | 1111111 | 1110001 | 110010 | 0 | 1011 | 110010 | 10100111 | 100001 | 100101 |
Color Harmonies of #407F71
Complementary color
Monochromatic Colors of #407F71
Black with #407F71
Text Example
Text Example
White with #407F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407F71; }
p { color: rgb(64,127,113); }
H1.HeaderClassName
{
color: #407F71;
}
.AnyTagClassName
{
color: #407F71;
}
</style>
background-color css
<style>
a { background-color: #407F71; }
a { background-color: rgb(64,127,113); }
div.DivClassName
{
background-color: #407F71;
}
.BgClassName
{
background-color: #407F71;
}
</style>
border-color css
<style>
span { border-color: #407F71; }
span { border-color: rgb(64,127,113); }
td.TdClassName
{
border-color: #407F71;
}
.TagClassName
{
border-color: #407F71;
}
</style>