Shades of Verdun Green #51621C
Tints of Verdun Green #51621C
RGB
CMYK
RGB Variations
Color information
#51621C (or 0x51621C) is known color: Verdun Green. HEX triplet: 51, 62 and 1C. RGB value is (81,98,28). Sum of RGB (Red+Green+Blue) = 81+98+28=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 98 (38.67% from 255 or 47.34% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 98 - color contains mainly: green. Hex color #51621C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51621C is #AE9DE3. Grayscale: #555555. Windows color (decimal): -11443684 or 1860177. OLE color: 1860177.
HSL color Cylindrical-coordinate representation of color #51621C: hue angle of 74.57º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #51621C is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 98 | 28 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.62 |
| HSL | 74.57º | 0.56% | 0.25% | - |
| HSV(B) | 74.57º | 0.71% | 0.38% | - |
| XYZ | 7.97 | 10.57 | 2.72 | - |
| YUV | 84.94 | 95.87 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 98 | 28 | 0.17 | 0 | 0.71 | 0.62 | 74.57 | 0.56 | 0.25 |
| Hex | 51 | 62 | 1C | 11 | 0 | 47 | 3E | 4B | 38 | 19 |
| Octal | 121 | 142 | 34 | 21 | 0 | 107 | 76 | 113 | 70 | 31 |
| Binary | 1010001 | 1100010 | 11100 | 10001 | 0 | 1000111 | 111110 | 1001011 | 111000 | 11001 |
Color Harmonies of #51621C
Complementary color
Monochromatic Colors of #51621C
Black with #51621C
Text Example
Text Example
White with #51621C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51621C; }
p { color: rgb(81,98,28); }
H1.HeaderClassName
{
color: #51621C;
}
.AnyTagClassName
{
color: #51621C;
}
</style>
background-color css
<style>
a { background-color: #51621C; }
a { background-color: rgb(81,98,28); }
div.DivClassName
{
background-color: #51621C;
}
.BgClassName
{
background-color: #51621C;
}
</style>
border-color css
<style>
span { border-color: #51621C; }
span { border-color: rgb(81,98,28); }
td.TdClassName
{
border-color: #51621C;
}
.TagClassName
{
border-color: #51621C;
}
</style>