Shades of Viridian #407A61
Tints of Viridian #407A61
RGB
CMYK
RGB Variations
Color information
#407A61 (or 0x407A61) is known color: Viridian. HEX triplet: 40, 7A and 61. RGB value is (64,122,97). Sum of RGB (Red+Green+Blue) = 64+122+97=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 122 - color contains mainly: green. Hex color #407A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407A61 is #BF859E. Grayscale: #656565. Windows color (decimal): -12551583 or 6388288. OLE color: 6388288.
HSL color Cylindrical-coordinate representation of color #407A61: hue angle of 154.14º 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 #407A61 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 122 | 97 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.52 |
| HSL | 154.14º | 0.31% | 0.36% | - |
| HSV(B) | 154.14º | 0.48% | 0.48% | - |
| XYZ | 11.23 | 15.87 | 13.78 | - |
| YUV | 101.81 | 125.28 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 97 | 0.48 | 0 | 0.20 | 0.52 | 154.14 | 0.31 | 0.36 |
| Hex | 40 | 7A | 61 | 30 | 0 | 14 | 34 | 9A | 1F | 24 |
| Octal | 100 | 172 | 141 | 60 | 0 | 24 | 64 | 232 | 37 | 44 |
| Binary | 1000000 | 1111010 | 1100001 | 110000 | 0 | 10100 | 110100 | 10011010 | 11111 | 100100 |
Color Harmonies of #407A61
Complementary color
Monochromatic Colors of #407A61
Black with #407A61
Text Example
Text Example
White with #407A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407A61; }
p { color: rgb(64,122,97); }
H1.HeaderClassName
{
color: #407A61;
}
.AnyTagClassName
{
color: #407A61;
}
</style>
background-color css
<style>
a { background-color: #407A61; }
a { background-color: rgb(64,122,97); }
div.DivClassName
{
background-color: #407A61;
}
.BgClassName
{
background-color: #407A61;
}
</style>
border-color css
<style>
span { border-color: #407A61; }
span { border-color: rgb(64,122,97); }
td.TdClassName
{
border-color: #407A61;
}
.TagClassName
{
border-color: #407A61;
}
</style>