Shades of Viridian Green #51655A
Tints of Viridian Green #51655A
RGB
CMYK
RGB Variations
Color information
#51655A (or 0x51655A) is known color: Viridian Green. HEX triplet: 51, 65 and 5A. RGB value is (81,101,90). Sum of RGB (Red+Green+Blue) = 81+101+90=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 101 - color contains mainly: green. Hex color #51655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51655A is #AE9AA5. Grayscale: #5D5D5D. Windows color (decimal): -11442854 or 5924177. OLE color: 5924177.
HSL color Cylindrical-coordinate representation of color #51655A: hue angle of 147º 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 #51655A is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 101 | 90 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.60 |
| HSL | 147º | 0.11% | 0.36% | - |
| HSV(B) | 147º | 0.2% | 0.4% | - |
| XYZ | 9.89 | 11.79 | 11.43 | - |
| YUV | 93.77 | 125.87 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 101 | 90 | 0.20 | 0 | 0.11 | 0.60 | 147 | 0.11 | 0.36 |
| Hex | 51 | 65 | 5A | 14 | 0 | B | 3C | 93 | B | 24 |
| Octal | 121 | 145 | 132 | 24 | 0 | 13 | 74 | 223 | 13 | 44 |
| Binary | 1010001 | 1100101 | 1011010 | 10100 | 0 | 1011 | 111100 | 10010011 | 1011 | 100100 |
Color Harmonies of #51655A
Complementary color
Monochromatic Colors of #51655A
Black with #51655A
Text Example
Text Example
White with #51655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51655A; }
p { color: rgb(81,101,90); }
H1.HeaderClassName
{
color: #51655A;
}
.AnyTagClassName
{
color: #51655A;
}
</style>
background-color css
<style>
a { background-color: #51655A; }
a { background-color: rgb(81,101,90); }
div.DivClassName
{
background-color: #51655A;
}
.BgClassName
{
background-color: #51655A;
}
</style>
border-color css
<style>
span { border-color: #51655A; }
span { border-color: rgb(81,101,90); }
td.TdClassName
{
border-color: #51655A;
}
.TagClassName
{
border-color: #51655A;
}
</style>