Shades of Viridian #407464
Tints of Viridian #407464
RGB
CMYK
RGB Variations
Color information
#407464 (or 0x407464) is known color: Viridian. HEX triplet: 40, 74 and 64. RGB value is (64,116,100). Sum of RGB (Red+Green+Blue) = 64+116+100=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 116 - color contains mainly: green. Hex color #407464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407464 is #BF8B9B. Grayscale: #626262. Windows color (decimal): -12553116 or 6583360. OLE color: 6583360.
HSL color Cylindrical-coordinate representation of color #407464: hue angle of 161.54º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #407464 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 116 | 100 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.55 |
| HSL | 161.54º | 0.29% | 0.35% | - |
| HSV(B) | 161.54º | 0.45% | 0.45% | - |
| XYZ | 10.66 | 14.5 | 14.29 | - |
| YUV | 98.63 | 128.77 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 116 | 100 | 0.45 | 0 | 0.14 | 0.55 | 161.54 | 0.29 | 0.35 |
| Hex | 40 | 74 | 64 | 2D | 0 | E | 37 | A2 | 1D | 23 |
| Octal | 100 | 164 | 144 | 55 | 0 | 16 | 67 | 242 | 35 | 43 |
| Binary | 1000000 | 1110100 | 1100100 | 101101 | 0 | 1110 | 110111 | 10100010 | 11101 | 100011 |
Color Harmonies of #407464
Complementary color
Monochromatic Colors of #407464
Black with #407464
Text Example
Text Example
White with #407464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407464; }
p { color: rgb(64,116,100); }
H1.HeaderClassName
{
color: #407464;
}
.AnyTagClassName
{
color: #407464;
}
</style>
background-color css
<style>
a { background-color: #407464; }
a { background-color: rgb(64,116,100); }
div.DivClassName
{
background-color: #407464;
}
.BgClassName
{
background-color: #407464;
}
</style>
border-color css
<style>
span { border-color: #407464; }
span { border-color: rgb(64,116,100); }
td.TdClassName
{
border-color: #407464;
}
.TagClassName
{
border-color: #407464;
}
</style>