Shades of Viridian #407363
Tints of Viridian #407363
RGB
CMYK
RGB Variations
Color information
#407363 (or 0x407363) is known color: Viridian. HEX triplet: 40, 73 and 63. RGB value is (64,115,99). Sum of RGB (Red+Green+Blue) = 64+115+99=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 115 - color contains mainly: green. Hex color #407363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407363 is #BF8C9C. Grayscale: #616161. Windows color (decimal): -12553373 or 6517568. OLE color: 6517568.
HSL color Cylindrical-coordinate representation of color #407363: hue angle of 161.18º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #407363 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 115 | 99 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.55 |
| HSL | 161.18º | 0.28% | 0.35% | - |
| HSV(B) | 161.18º | 0.44% | 0.45% | - |
| XYZ | 10.5 | 14.25 | 14 | - |
| YUV | 97.93 | 128.6 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 115 | 99 | 0.44 | 0 | 0.14 | 0.55 | 161.18 | 0.28 | 0.35 |
| Hex | 40 | 73 | 63 | 2C | 0 | E | 37 | A1 | 1C | 23 |
| Octal | 100 | 163 | 143 | 54 | 0 | 16 | 67 | 241 | 34 | 43 |
| Binary | 1000000 | 1110011 | 1100011 | 101100 | 0 | 1110 | 110111 | 10100001 | 11100 | 100011 |
Color Harmonies of #407363
Complementary color
Monochromatic Colors of #407363
Black with #407363
Text Example
Text Example
White with #407363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407363; }
p { color: rgb(64,115,99); }
H1.HeaderClassName
{
color: #407363;
}
.AnyTagClassName
{
color: #407363;
}
</style>
background-color css
<style>
a { background-color: #407363; }
a { background-color: rgb(64,115,99); }
div.DivClassName
{
background-color: #407363;
}
.BgClassName
{
background-color: #407363;
}
</style>
border-color css
<style>
span { border-color: #407363; }
span { border-color: rgb(64,115,99); }
td.TdClassName
{
border-color: #407363;
}
.TagClassName
{
border-color: #407363;
}
</style>