Shades of Viridian #407663
Tints of Viridian #407663
RGB
CMYK
RGB Variations
Color information
#407663 (or 0x407663) is known color: Viridian. HEX triplet: 40, 76 and 63. RGB value is (64,118,99). Sum of RGB (Red+Green+Blue) = 64+118+99=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 118 - color contains mainly: green. Hex color #407663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407663 is #BF899C. Grayscale: #636363. Windows color (decimal): -12552605 or 6518336. OLE color: 6518336.
HSL color Cylindrical-coordinate representation of color #407663: hue angle of 158.89º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #407663 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 118 | 99 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.54 |
| HSL | 158.89º | 0.3% | 0.36% | - |
| HSV(B) | 158.89º | 0.46% | 0.46% | - |
| XYZ | 10.84 | 14.95 | 14.12 | - |
| YUV | 99.69 | 127.61 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 118 | 99 | 0.46 | 0 | 0.16 | 0.54 | 158.89 | 0.3 | 0.36 |
| Hex | 40 | 76 | 63 | 2E | 0 | 10 | 36 | 9F | 1E | 24 |
| Octal | 100 | 166 | 143 | 56 | 0 | 20 | 66 | 237 | 36 | 44 |
| Binary | 1000000 | 1110110 | 1100011 | 101110 | 0 | 10000 | 110110 | 10011111 | 11110 | 100100 |
Color Harmonies of #407663
Complementary color
Monochromatic Colors of #407663
Black with #407663
Text Example
Text Example
White with #407663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407663; }
p { color: rgb(64,118,99); }
H1.HeaderClassName
{
color: #407663;
}
.AnyTagClassName
{
color: #407663;
}
</style>
background-color css
<style>
a { background-color: #407663; }
a { background-color: rgb(64,118,99); }
div.DivClassName
{
background-color: #407663;
}
.BgClassName
{
background-color: #407663;
}
</style>
border-color css
<style>
span { border-color: #407663; }
span { border-color: rgb(64,118,99); }
td.TdClassName
{
border-color: #407663;
}
.TagClassName
{
border-color: #407663;
}
</style>