Shades of Viridian Green #51685E
Tints of Viridian Green #51685E
RGB
CMYK
RGB Variations
Color information
#51685E (or 0x51685E) is known color: Viridian Green. HEX triplet: 51, 68 and 5E. RGB value is (81,104,94). Sum of RGB (Red+Green+Blue) = 81+104+94=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 104 - color contains mainly: green. Hex color #51685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51685E is #AE97A1. Grayscale: #606060. Windows color (decimal): -11442082 or 6187089. OLE color: 6187089.
HSL color Cylindrical-coordinate representation of color #51685E: hue angle of 153.91º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #51685E is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 104 | 94 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.59 |
| HSL | 153.91º | 0.12% | 0.36% | - |
| HSV(B) | 153.91º | 0.22% | 0.41% | - |
| XYZ | 10.36 | 12.46 | 12.45 | - |
| YUV | 95.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 104 | 94 | 0.22 | 0 | 0.10 | 0.59 | 153.91 | 0.12 | 0.36 |
| Hex | 51 | 68 | 5E | 16 | 0 | A | 3B | 9A | C | 24 |
| Octal | 121 | 150 | 136 | 26 | 0 | 12 | 73 | 232 | 14 | 44 |
| Binary | 1010001 | 1101000 | 1011110 | 10110 | 0 | 1010 | 111011 | 10011010 | 1100 | 100100 |
Color Harmonies of #51685E
Complementary color
Monochromatic Colors of #51685E
Black with #51685E
Text Example
Text Example
White with #51685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51685E; }
p { color: rgb(81,104,94); }
H1.HeaderClassName
{
color: #51685E;
}
.AnyTagClassName
{
color: #51685E;
}
</style>
background-color css
<style>
a { background-color: #51685E; }
a { background-color: rgb(81,104,94); }
div.DivClassName
{
background-color: #51685E;
}
.BgClassName
{
background-color: #51685E;
}
</style>
border-color css
<style>
span { border-color: #51685E; }
span { border-color: rgb(81,104,94); }
td.TdClassName
{
border-color: #51685E;
}
.TagClassName
{
border-color: #51685E;
}
</style>