Shades of Verdun Green #51621A
Tints of Verdun Green #51621A
RGB
CMYK
RGB Variations
Color information
#51621A (or 0x51621A) is known color: Verdun Green. HEX triplet: 51, 62 and 1A. RGB value is (81,98,26). Sum of RGB (Red+Green+Blue) = 81+98+26=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #51621A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51621A is #AE9DE5. Grayscale: #545454. Windows color (decimal): -11443686 or 1729105. OLE color: 1729105.
HSL color Cylindrical-coordinate representation of color #51621A: hue angle of 74.17º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #51621A is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 98 | 26 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.62 |
| HSL | 74.17º | 0.58% | 0.24% | - |
| HSV(B) | 74.17º | 0.73% | 0.38% | - |
| XYZ | 7.95 | 10.56 | 2.6 | - |
| YUV | 84.71 | 94.87 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 98 | 26 | 0.17 | 0 | 0.73 | 0.62 | 74.17 | 0.58 | 0.24 |
| Hex | 51 | 62 | 1A | 11 | 0 | 49 | 3E | 4A | 3A | 18 |
| Octal | 121 | 142 | 32 | 21 | 0 | 111 | 76 | 112 | 72 | 30 |
| Binary | 1010001 | 1100010 | 11010 | 10001 | 0 | 1001001 | 111110 | 1001010 | 111010 | 11000 |
Color Harmonies of #51621A
Complementary color
Monochromatic Colors of #51621A
Black with #51621A
Text Example
Text Example
White with #51621A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51621A; }
p { color: rgb(81,98,26); }
H1.HeaderClassName
{
color: #51621A;
}
.AnyTagClassName
{
color: #51621A;
}
</style>
background-color css
<style>
a { background-color: #51621A; }
a { background-color: rgb(81,98,26); }
div.DivClassName
{
background-color: #51621A;
}
.BgClassName
{
background-color: #51621A;
}
</style>
border-color css
<style>
span { border-color: #51621A; }
span { border-color: rgb(81,98,26); }
td.TdClassName
{
border-color: #51621A;
}
.TagClassName
{
border-color: #51621A;
}
</style>