Shades of Verdun Green #51500C
Tints of Verdun Green #51500C
RGB
CMYK
RGB Variations
Color information
#51500C (or 0x51500C) is known color: Verdun Green. HEX triplet: 51, 50 and 0C. RGB value is (81,80,12). Sum of RGB (Red+Green+Blue) = 81+80+12=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #51500C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51500C is #AEAFF3. Grayscale: #484848. Windows color (decimal): -11448308 or 806993. OLE color: 806993.
HSL color Cylindrical-coordinate representation of color #51500C: hue angle of 59.13º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #51500C is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 80 | 12 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.68 |
| HSL | 59.13º | 0.74% | 0.18% | - |
| HSV(B) | 59.13º | 0.85% | 0.32% | - |
| XYZ | 6.33 | 7.51 | 1.46 | - |
| YUV | 72.55 | 93.83 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 80 | 12 | 0 | 0.01 | 0.85 | 0.68 | 59.13 | 0.74 | 0.18 |
| Hex | 51 | 50 | C | 0 | 1 | 55 | 44 | 3B | 4A | 12 |
| Octal | 121 | 120 | 14 | 0 | 1 | 125 | 104 | 73 | 112 | 22 |
| Binary | 1010001 | 1010000 | 1100 | 0 | 1 | 1010101 | 1000100 | 111011 | 1001010 | 10010 |
Color Harmonies of #51500C
Complementary color
Monochromatic Colors of #51500C
Black with #51500C
Text Example
Text Example
White with #51500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51500C; }
p { color: rgb(81,80,12); }
H1.HeaderClassName
{
color: #51500C;
}
.AnyTagClassName
{
color: #51500C;
}
</style>
background-color css
<style>
a { background-color: #51500C; }
a { background-color: rgb(81,80,12); }
div.DivClassName
{
background-color: #51500C;
}
.BgClassName
{
background-color: #51500C;
}
</style>
border-color css
<style>
span { border-color: #51500C; }
span { border-color: rgb(81,80,12); }
td.TdClassName
{
border-color: #51500C;
}
.TagClassName
{
border-color: #51500C;
}
</style>