Shades of Viridian Green #616463
Tints of Viridian Green #616463
RGB
CMYK
RGB Variations
Color information
#616463 (or 0x616463) is known color: Viridian Green. HEX triplet: 61, 64 and 63. RGB value is (97,100,99). Sum of RGB (Red+Green+Blue) = 97+100+99=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 100 - color contains mainly: green. Hex color #616463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616463 is #9E9B9C. Grayscale: #626262. Windows color (decimal): -10394525 or 6513761. OLE color: 6513761.
HSL color Cylindrical-coordinate representation of color #616463: hue angle of 160º degrees, saturation: 0.02, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #616463 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 100 | 99 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.61 |
| HSL | 160º | 0.02% | 0.39% | - |
| HSV(B) | 160º | 0.03% | 0.39% | - |
| XYZ | 11.74 | 12.56 | 13.61 | - |
| YUV | 98.99 | 128.01 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 100 | 99 | 0.03 | 0 | 0.01 | 0.61 | 160 | 0.02 | 0.39 |
| Hex | 61 | 64 | 63 | 3 | 0 | 1 | 3D | A0 | 2 | 27 |
| Octal | 141 | 144 | 143 | 3 | 0 | 1 | 75 | 240 | 2 | 47 |
| Binary | 1100001 | 1100100 | 1100011 | 11 | 0 | 1 | 111101 | 10100000 | 10 | 100111 |
Color Harmonies of #616463
Complementary color
Monochromatic Colors of #616463
Black with #616463
Text Example
Text Example
White with #616463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616463; }
p { color: rgb(97,100,99); }
H1.HeaderClassName
{
color: #616463;
}
.AnyTagClassName
{
color: #616463;
}
</style>
background-color css
<style>
a { background-color: #616463; }
a { background-color: rgb(97,100,99); }
div.DivClassName
{
background-color: #616463;
}
.BgClassName
{
background-color: #616463;
}
</style>
border-color css
<style>
span { border-color: #616463; }
span { border-color: rgb(97,100,99); }
td.TdClassName
{
border-color: #616463;
}
.TagClassName
{
border-color: #616463;
}
</style>