Shades of Verdun Green #51631A
Tints of Verdun Green #51631A
RGB
CMYK
RGB Variations
Color information
#51631A (or 0x51631A) is known color: Verdun Green. HEX triplet: 51, 63 and 1A. RGB value is (81,99,26). Sum of RGB (Red+Green+Blue) = 81+99+26=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 99 (39.06% from 255 or 48.06% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 99 - color contains mainly: green. Hex color #51631A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51631A is #AE9CE5. Grayscale: #555555. Windows color (decimal): -11443430 or 1729361. OLE color: 1729361.
HSL color Cylindrical-coordinate representation of color #51631A: hue angle of 74.79º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #51631A is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 81 | 99 | 26 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.61 |
| HSL | 74.79º | 0.58% | 0.25% | - |
| HSV(B) | 74.79º | 0.74% | 0.39% | - |
| XYZ | 8.04 | 10.75 | 2.63 | - |
| YUV | 85.3 | 94.54 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 99 | 26 | 0.18 | 0 | 0.74 | 0.61 | 74.79 | 0.58 | 0.25 |
| Hex | 51 | 63 | 1A | 12 | 0 | 4A | 3D | 4B | 3A | 19 |
| Octal | 121 | 143 | 32 | 22 | 0 | 112 | 75 | 113 | 72 | 31 |
| Binary | 1010001 | 1100011 | 11010 | 10010 | 0 | 1001010 | 111101 | 1001011 | 111010 | 11001 |
Color Harmonies of #51631A
Complementary color
Monochromatic Colors of #51631A
Black with #51631A
Text Example
Text Example
White with #51631A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51631A; }
p { color: rgb(81,99,26); }
H1.HeaderClassName
{
color: #51631A;
}
.AnyTagClassName
{
color: #51631A;
}
</style>
background-color css
<style>
a { background-color: #51631A; }
a { background-color: rgb(81,99,26); }
div.DivClassName
{
background-color: #51631A;
}
.BgClassName
{
background-color: #51631A;
}
</style>
border-color css
<style>
span { border-color: #51631A; }
span { border-color: rgb(81,99,26); }
td.TdClassName
{
border-color: #51631A;
}
.TagClassName
{
border-color: #51631A;
}
</style>