Shades of Verdun Green #544D00
Tints of Verdun Green #544D00
RGB
CMYK
RGB Variations
Color information
#544D00 (or 0x544D00) is known color: Verdun Green. HEX triplet: 54, 4D and 00. RGB value is (84,77,0). Sum of RGB (Red+Green+Blue) = 84+77+0=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 77 (30.47% from 255 or 47.83% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #544D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544D00 is #ABB2FF. Grayscale: #464646. Windows color (decimal): -11252480 or 19796. OLE color: 19796.
HSL color Cylindrical-coordinate representation of color #544D00: hue angle of 55º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #544D00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 77 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.67 |
| HSL | 55º | 1% | 0.16% | - |
| HSV(B) | 55º | 1% | 0.33% | - |
| XYZ | 6.31 | 7.19 | 1.06 | - |
| YUV | 70.32 | 88.32 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 0 | 0 | 0.08 | 1 | 0.67 | 55 | 1 | 0.16 |
| Hex | 54 | 4D | 0 | 0 | 8 | 64 | 43 | 37 | 64 | 10 |
| Octal | 124 | 115 | 0 | 0 | 10 | 144 | 103 | 67 | 144 | 20 |
| Binary | 1010100 | 1001101 | 0 | 0 | 1000 | 1100100 | 1000011 | 110111 | 1100100 | 10000 |
Color Harmonies of #544D00
Complementary color
Monochromatic Colors of #544D00
Black with #544D00
Text Example
Text Example
White with #544D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544D00; }
p { color: rgb(84,77,0); }
H1.HeaderClassName
{
color: #544D00;
}
.AnyTagClassName
{
color: #544D00;
}
</style>
background-color css
<style>
a { background-color: #544D00; }
a { background-color: rgb(84,77,0); }
div.DivClassName
{
background-color: #544D00;
}
.BgClassName
{
background-color: #544D00;
}
</style>
border-color css
<style>
span { border-color: #544D00; }
span { border-color: rgb(84,77,0); }
td.TdClassName
{
border-color: #544D00;
}
.TagClassName
{
border-color: #544D00;
}
</style>