Shades of Viridian Green #51645C
Tints of Viridian Green #51645C
RGB
CMYK
RGB Variations
Color information
#51645C (or 0x51645C) is known color: Viridian Green. HEX triplet: 51, 64 and 5C. RGB value is (81,100,92). Sum of RGB (Red+Green+Blue) = 81+100+92=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 100 - color contains mainly: green. Hex color #51645C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51645C is #AE9BA3. Grayscale: #5D5D5D. Windows color (decimal): -11443108 or 6054993. OLE color: 6054993.
HSL color Cylindrical-coordinate representation of color #51645C: hue angle of 154.74º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #51645C is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 81 | 100 | 92 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.61 |
| HSL | 154.74º | 0.1% | 0.35% | - |
| HSV(B) | 154.74º | 0.19% | 0.39% | - |
| XYZ | 9.88 | 11.64 | 11.85 | - |
| YUV | 93.41 | 127.21 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 100 | 92 | 0.19 | 0 | 0.08 | 0.61 | 154.74 | 0.1 | 0.35 |
| Hex | 51 | 64 | 5C | 13 | 0 | 8 | 3D | 9B | A | 23 |
| Octal | 121 | 144 | 134 | 23 | 0 | 10 | 75 | 233 | 12 | 43 |
| Binary | 1010001 | 1100100 | 1011100 | 10011 | 0 | 1000 | 111101 | 10011011 | 1010 | 100011 |
Color Harmonies of #51645C
Complementary color
Monochromatic Colors of #51645C
Black with #51645C
Text Example
Text Example
White with #51645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51645C; }
p { color: rgb(81,100,92); }
H1.HeaderClassName
{
color: #51645C;
}
.AnyTagClassName
{
color: #51645C;
}
</style>
background-color css
<style>
a { background-color: #51645C; }
a { background-color: rgb(81,100,92); }
div.DivClassName
{
background-color: #51645C;
}
.BgClassName
{
background-color: #51645C;
}
</style>
border-color css
<style>
span { border-color: #51645C; }
span { border-color: rgb(81,100,92); }
td.TdClassName
{
border-color: #51645C;
}
.TagClassName
{
border-color: #51645C;
}
</style>