Shades of Viridian Green #51695D
Tints of Viridian Green #51695D
RGB
CMYK
RGB Variations
Color information
#51695D (or 0x51695D) is known color: Viridian Green. HEX triplet: 51, 69 and 5D. RGB value is (81,105,93). Sum of RGB (Red+Green+Blue) = 81+105+93=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 105 - color contains mainly: green. Hex color #51695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51695D is #AE96A2. Grayscale: #606060. Windows color (decimal): -11441827 or 6121809. OLE color: 6121809.
HSL color Cylindrical-coordinate representation of color #51695D: hue angle of 150º 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 #51695D is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 105 | 93 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.59 |
| HSL | 150º | 0.13% | 0.36% | - |
| HSV(B) | 150º | 0.23% | 0.41% | - |
| XYZ | 10.42 | 12.64 | 12.25 | - |
| YUV | 96.46 | 126.05 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 105 | 93 | 0.23 | 0 | 0.11 | 0.59 | 150 | 0.13 | 0.36 |
| Hex | 51 | 69 | 5D | 17 | 0 | B | 3B | 96 | D | 24 |
| Octal | 121 | 151 | 135 | 27 | 0 | 13 | 73 | 226 | 15 | 44 |
| Binary | 1010001 | 1101001 | 1011101 | 10111 | 0 | 1011 | 111011 | 10010110 | 1101 | 100100 |
Color Harmonies of #51695D
Complementary color
Monochromatic Colors of #51695D
Black with #51695D
Text Example
Text Example
White with #51695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51695D; }
p { color: rgb(81,105,93); }
H1.HeaderClassName
{
color: #51695D;
}
.AnyTagClassName
{
color: #51695D;
}
</style>
background-color css
<style>
a { background-color: #51695D; }
a { background-color: rgb(81,105,93); }
div.DivClassName
{
background-color: #51695D;
}
.BgClassName
{
background-color: #51695D;
}
</style>
border-color css
<style>
span { border-color: #51695D; }
span { border-color: rgb(81,105,93); }
td.TdClassName
{
border-color: #51695D;
}
.TagClassName
{
border-color: #51695D;
}
</style>