Shades of Viridian Green #51655F
Tints of Viridian Green #51655F
RGB
CMYK
RGB Variations
Color information
#51655F (or 0x51655F) is known color: Viridian Green. HEX triplet: 51, 65 and 5F. RGB value is (81,101,95). Sum of RGB (Red+Green+Blue) = 81+101+95=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 101 - color contains mainly: green. Hex color #51655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51655F is #AE9AA0. Grayscale: #5E5E5E. Windows color (decimal): -11442849 or 6251857. OLE color: 6251857.
HSL color Cylindrical-coordinate representation of color #51655F: hue angle of 162º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #51655F is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 101 | 95 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.60 |
| HSL | 162º | 0.11% | 0.36% | - |
| HSV(B) | 162º | 0.2% | 0.4% | - |
| XYZ | 10.11 | 11.88 | 12.59 | - |
| YUV | 94.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 101 | 95 | 0.20 | 0 | 0.06 | 0.60 | 162 | 0.11 | 0.36 |
| Hex | 51 | 65 | 5F | 14 | 0 | 6 | 3C | A2 | B | 24 |
| Octal | 121 | 145 | 137 | 24 | 0 | 6 | 74 | 242 | 13 | 44 |
| Binary | 1010001 | 1100101 | 1011111 | 10100 | 0 | 110 | 111100 | 10100010 | 1011 | 100100 |
Color Harmonies of #51655F
Complementary color
Monochromatic Colors of #51655F
Black with #51655F
Text Example
Text Example
White with #51655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51655F; }
p { color: rgb(81,101,95); }
H1.HeaderClassName
{
color: #51655F;
}
.AnyTagClassName
{
color: #51655F;
}
</style>
background-color css
<style>
a { background-color: #51655F; }
a { background-color: rgb(81,101,95); }
div.DivClassName
{
background-color: #51655F;
}
.BgClassName
{
background-color: #51655F;
}
</style>
border-color css
<style>
span { border-color: #51655F; }
span { border-color: rgb(81,101,95); }
td.TdClassName
{
border-color: #51655F;
}
.TagClassName
{
border-color: #51655F;
}
</style>