Shades of Viridian Green #51695E
Tints of Viridian Green #51695E
RGB
CMYK
RGB Variations
Color information
#51695E (or 0x51695E) is known color: Viridian Green. HEX triplet: 51, 69 and 5E. RGB value is (81,105,94). Sum of RGB (Red+Green+Blue) = 81+105+94=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 105 - color contains mainly: green. Hex color #51695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51695E is #AE96A1. Grayscale: #606060. Windows color (decimal): -11441826 or 6187345. OLE color: 6187345.
HSL color Cylindrical-coordinate representation of color #51695E: hue angle of 152.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #51695E is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 105 | 94 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.59 |
| HSL | 152.5º | 0.13% | 0.36% | - |
| HSV(B) | 152.5º | 0.23% | 0.41% | - |
| XYZ | 10.47 | 12.66 | 12.48 | - |
| YUV | 96.57 | 126.55 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 105 | 94 | 0.23 | 0 | 0.10 | 0.59 | 152.5 | 0.13 | 0.36 |
| Hex | 51 | 69 | 5E | 17 | 0 | A | 3B | 98 | D | 24 |
| Octal | 121 | 151 | 136 | 27 | 0 | 12 | 73 | 230 | 15 | 44 |
| Binary | 1010001 | 1101001 | 1011110 | 10111 | 0 | 1010 | 111011 | 10011000 | 1101 | 100100 |
Color Harmonies of #51695E
Complementary color
Monochromatic Colors of #51695E
Black with #51695E
Text Example
Text Example
White with #51695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51695E; }
p { color: rgb(81,105,94); }
H1.HeaderClassName
{
color: #51695E;
}
.AnyTagClassName
{
color: #51695E;
}
</style>
background-color css
<style>
a { background-color: #51695E; }
a { background-color: rgb(81,105,94); }
div.DivClassName
{
background-color: #51695E;
}
.BgClassName
{
background-color: #51695E;
}
</style>
border-color css
<style>
span { border-color: #51695E; }
span { border-color: rgb(81,105,94); }
td.TdClassName
{
border-color: #51695E;
}
.TagClassName
{
border-color: #51695E;
}
</style>