Shades of Verdun Green #514B04
Tints of Verdun Green #514B04
RGB
CMYK
RGB Variations
Color information
#514B04 (or 0x514B04) is known color: Verdun Green. HEX triplet: 51, 4B and 04. RGB value is (81,75,4). Sum of RGB (Red+Green+Blue) = 81+75+4=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 75 (29.69% from 255 or 46.88% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #514B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514B04 is #AEB4FB. Grayscale: #444444. Windows color (decimal): -11449596 or 281425. OLE color: 281425.
HSL color Cylindrical-coordinate representation of color #514B04: hue angle of 55.32º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #514B04 is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 75 | 4 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.68 |
| HSL | 55.32º | 0.91% | 0.17% | - |
| HSV(B) | 55.32º | 0.95% | 0.32% | - |
| XYZ | 5.93 | 6.79 | 1.11 | - |
| YUV | 68.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 4 | 0 | 0.07 | 0.95 | 0.68 | 55.32 | 0.91 | 0.17 |
| Hex | 51 | 4B | 4 | 0 | 7 | 5F | 44 | 37 | 5B | 11 |
| Octal | 121 | 113 | 4 | 0 | 7 | 137 | 104 | 67 | 133 | 21 |
| Binary | 1010001 | 1001011 | 100 | 0 | 111 | 1011111 | 1000100 | 110111 | 1011011 | 10001 |
Color Harmonies of #514B04
Complementary color
Monochromatic Colors of #514B04
Black with #514B04
Text Example
Text Example
White with #514B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514B04; }
p { color: rgb(81,75,4); }
H1.HeaderClassName
{
color: #514B04;
}
.AnyTagClassName
{
color: #514B04;
}
</style>
background-color css
<style>
a { background-color: #514B04; }
a { background-color: rgb(81,75,4); }
div.DivClassName
{
background-color: #514B04;
}
.BgClassName
{
background-color: #514B04;
}
</style>
border-color css
<style>
span { border-color: #514B04; }
span { border-color: rgb(81,75,4); }
td.TdClassName
{
border-color: #514B04;
}
.TagClassName
{
border-color: #514B04;
}
</style>