Shades of Viridian #407D6C
Tints of Viridian #407D6C
RGB
CMYK
RGB Variations
Color information
#407D6C (or 0x407D6C) is known color: Viridian. HEX triplet: 40, 7D and 6C. RGB value is (64,125,108). Sum of RGB (Red+Green+Blue) = 64+125+108=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 125 (49.22% from 255 or 42.09% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 125 - color contains mainly: green. Hex color #407D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407D6C is #BF8293. Grayscale: #686868. Windows color (decimal): -12550804 or 7109952. OLE color: 7109952.
HSL color Cylindrical-coordinate representation of color #407D6C: hue angle of 163.28º degrees, saturation: 0.32, 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 #407D6C is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 125 | 108 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.51 |
| HSL | 163.28º | 0.32% | 0.37% | - |
| HSV(B) | 163.28º | 0.49% | 0.49% | - |
| XYZ | 12.15 | 16.84 | 16.8 | - |
| YUV | 104.82 | 129.79 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 125 | 108 | 0.49 | 0 | 0.14 | 0.51 | 163.28 | 0.32 | 0.37 |
| Hex | 40 | 7D | 6C | 31 | 0 | E | 33 | A3 | 20 | 25 |
| Octal | 100 | 175 | 154 | 61 | 0 | 16 | 63 | 243 | 40 | 45 |
| Binary | 1000000 | 1111101 | 1101100 | 110001 | 0 | 1110 | 110011 | 10100011 | 100000 | 100101 |
Color Harmonies of #407D6C
Complementary color
Monochromatic Colors of #407D6C
Black with #407D6C
Text Example
Text Example
White with #407D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407D6C; }
p { color: rgb(64,125,108); }
H1.HeaderClassName
{
color: #407D6C;
}
.AnyTagClassName
{
color: #407D6C;
}
</style>
background-color css
<style>
a { background-color: #407D6C; }
a { background-color: rgb(64,125,108); }
div.DivClassName
{
background-color: #407D6C;
}
.BgClassName
{
background-color: #407D6C;
}
</style>
border-color css
<style>
span { border-color: #407D6C; }
span { border-color: rgb(64,125,108); }
td.TdClassName
{
border-color: #407D6C;
}
.TagClassName
{
border-color: #407D6C;
}
</style>