Shades of Viridian #407C62
Tints of Viridian #407C62
RGB
CMYK
RGB Variations
Color information
#407C62 (or 0x407C62) is known color: Viridian. HEX triplet: 40, 7C and 62. RGB value is (64,124,98). Sum of RGB (Red+Green+Blue) = 64+124+98=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 124 - color contains mainly: green. Hex color #407C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407C62 is #BF839D. Grayscale: #676767. Windows color (decimal): -12551070 or 6454336. OLE color: 6454336.
HSL color Cylindrical-coordinate representation of color #407C62: hue angle of 154º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407C62 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 124 | 98 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.51 |
| HSL | 154º | 0.32% | 0.37% | - |
| HSV(B) | 154º | 0.48% | 0.49% | - |
| XYZ | 11.53 | 16.39 | 14.11 | - |
| YUV | 103.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 124 | 98 | 0.48 | 0 | 0.21 | 0.51 | 154 | 0.32 | 0.37 |
| Hex | 40 | 7C | 62 | 30 | 0 | 15 | 33 | 9A | 20 | 25 |
| Octal | 100 | 174 | 142 | 60 | 0 | 25 | 63 | 232 | 40 | 45 |
| Binary | 1000000 | 1111100 | 1100010 | 110000 | 0 | 10101 | 110011 | 10011010 | 100000 | 100101 |
Color Harmonies of #407C62
Complementary color
Monochromatic Colors of #407C62
Black with #407C62
Text Example
Text Example
White with #407C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407C62; }
p { color: rgb(64,124,98); }
H1.HeaderClassName
{
color: #407C62;
}
.AnyTagClassName
{
color: #407C62;
}
</style>
background-color css
<style>
a { background-color: #407C62; }
a { background-color: rgb(64,124,98); }
div.DivClassName
{
background-color: #407C62;
}
.BgClassName
{
background-color: #407C62;
}
</style>
border-color css
<style>
span { border-color: #407C62; }
span { border-color: rgb(64,124,98); }
td.TdClassName
{
border-color: #407C62;
}
.TagClassName
{
border-color: #407C62;
}
</style>