Shades of Viridian #407A64
Tints of Viridian #407A64
RGB
CMYK
RGB Variations
Color information
#407A64 (or 0x407A64) is known color: Viridian. HEX triplet: 40, 7A and 64. RGB value is (64,122,100). Sum of RGB (Red+Green+Blue) = 64+122+100=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 122 (48.05% from 255 or 42.66% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 122 - color contains mainly: green. Hex color #407A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407A64 is #BF859B. Grayscale: #666666. Windows color (decimal): -12551580 or 6584896. OLE color: 6584896.
HSL color Cylindrical-coordinate representation of color #407A64: hue angle of 157.24º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407A64 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 122 | 100 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.52 |
| HSL | 157.24º | 0.31% | 0.36% | - |
| HSV(B) | 157.24º | 0.48% | 0.48% | - |
| XYZ | 11.37 | 15.93 | 14.53 | - |
| YUV | 102.15 | 126.78 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 100 | 0.48 | 0 | 0.18 | 0.52 | 157.24 | 0.31 | 0.36 |
| Hex | 40 | 7A | 64 | 30 | 0 | 12 | 34 | 9D | 1F | 24 |
| Octal | 100 | 172 | 144 | 60 | 0 | 22 | 64 | 235 | 37 | 44 |
| Binary | 1000000 | 1111010 | 1100100 | 110000 | 0 | 10010 | 110100 | 10011101 | 11111 | 100100 |
Color Harmonies of #407A64
Complementary color
Monochromatic Colors of #407A64
Black with #407A64
Text Example
Text Example
White with #407A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407A64; }
p { color: rgb(64,122,100); }
H1.HeaderClassName
{
color: #407A64;
}
.AnyTagClassName
{
color: #407A64;
}
</style>
background-color css
<style>
a { background-color: #407A64; }
a { background-color: rgb(64,122,100); }
div.DivClassName
{
background-color: #407A64;
}
.BgClassName
{
background-color: #407A64;
}
</style>
border-color css
<style>
span { border-color: #407A64; }
span { border-color: rgb(64,122,100); }
td.TdClassName
{
border-color: #407A64;
}
.TagClassName
{
border-color: #407A64;
}
</style>