Shades of Viridian Green #51635E
Tints of Viridian Green #51635E
RGB
CMYK
RGB Variations
Color information
#51635E (or 0x51635E) is known color: Viridian Green. HEX triplet: 51, 63 and 5E. RGB value is (81,99,94). Sum of RGB (Red+Green+Blue) = 81+99+94=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 99 - color contains mainly: green. Hex color #51635E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51635E is #AE9CA1. Grayscale: #5D5D5D. Windows color (decimal): -11443362 or 6185809. OLE color: 6185809.
HSL color Cylindrical-coordinate representation of color #51635E: hue angle of 163.33º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #51635E is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 81 | 99 | 94 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.61 |
| HSL | 163.33º | 0.1% | 0.35% | - |
| HSV(B) | 163.33º | 0.18% | 0.39% | - |
| XYZ | 9.88 | 11.48 | 12.29 | - |
| YUV | 93.05 | 128.54 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 99 | 94 | 0.18 | 0 | 0.05 | 0.61 | 163.33 | 0.1 | 0.35 |
| Hex | 51 | 63 | 5E | 12 | 0 | 5 | 3D | A3 | A | 23 |
| Octal | 121 | 143 | 136 | 22 | 0 | 5 | 75 | 243 | 12 | 43 |
| Binary | 1010001 | 1100011 | 1011110 | 10010 | 0 | 101 | 111101 | 10100011 | 1010 | 100011 |
Color Harmonies of #51635E
Complementary color
Monochromatic Colors of #51635E
Black with #51635E
Text Example
Text Example
White with #51635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51635E; }
p { color: rgb(81,99,94); }
H1.HeaderClassName
{
color: #51635E;
}
.AnyTagClassName
{
color: #51635E;
}
</style>
background-color css
<style>
a { background-color: #51635E; }
a { background-color: rgb(81,99,94); }
div.DivClassName
{
background-color: #51635E;
}
.BgClassName
{
background-color: #51635E;
}
</style>
border-color css
<style>
span { border-color: #51635E; }
span { border-color: rgb(81,99,94); }
td.TdClassName
{
border-color: #51635E;
}
.TagClassName
{
border-color: #51635E;
}
</style>