Shades of Verdun Green #51631B
Tints of Verdun Green #51631B
RGB
CMYK
RGB Variations
Color information
#51631B (or 0x51631B) is known color: Verdun Green. HEX triplet: 51, 63 and 1B. RGB value is (81,99,27). Sum of RGB (Red+Green+Blue) = 81+99+27=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 99 (39.06% from 255 or 47.83% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 99 - color contains mainly: green. Hex color #51631B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51631B is #AE9CE4. Grayscale: #555555. Windows color (decimal): -11443429 or 1794897. OLE color: 1794897.
HSL color Cylindrical-coordinate representation of color #51631B: hue angle of 75º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #51631B is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 81 | 99 | 27 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.61 |
| HSL | 75º | 0.57% | 0.25% | - |
| HSV(B) | 75º | 0.73% | 0.39% | - |
| XYZ | 8.05 | 10.75 | 2.69 | - |
| YUV | 85.41 | 95.04 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 99 | 27 | 0.18 | 0 | 0.73 | 0.61 | 75 | 0.57 | 0.25 |
| Hex | 51 | 63 | 1B | 12 | 0 | 49 | 3D | 4B | 39 | 19 |
| Octal | 121 | 143 | 33 | 22 | 0 | 111 | 75 | 113 | 71 | 31 |
| Binary | 1010001 | 1100011 | 11011 | 10010 | 0 | 1001001 | 111101 | 1001011 | 111001 | 11001 |
Color Harmonies of #51631B
Complementary color
Monochromatic Colors of #51631B
Black with #51631B
Text Example
Text Example
White with #51631B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51631B; }
p { color: rgb(81,99,27); }
H1.HeaderClassName
{
color: #51631B;
}
.AnyTagClassName
{
color: #51631B;
}
</style>
background-color css
<style>
a { background-color: #51631B; }
a { background-color: rgb(81,99,27); }
div.DivClassName
{
background-color: #51631B;
}
.BgClassName
{
background-color: #51631B;
}
</style>
border-color css
<style>
span { border-color: #51631B; }
span { border-color: rgb(81,99,27); }
td.TdClassName
{
border-color: #51631B;
}
.TagClassName
{
border-color: #51631B;
}
</style>