Shades of Verdun Green #544D05
Tints of Verdun Green #544D05
RGB
CMYK
RGB Variations
Color information
#544D05 (or 0x544D05) is known color: Verdun Green. HEX triplet: 54, 4D and 05. RGB value is (84,77,5). Sum of RGB (Red+Green+Blue) = 84+77+5=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 77 (30.47% from 255 or 46.39% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #544D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544D05 is #ABB2FA. Grayscale: #474747. Windows color (decimal): -11252475 or 347476. OLE color: 347476.
HSL color Cylindrical-coordinate representation of color #544D05: hue angle of 54.68º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #544D05 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 77 | 5 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.67 |
| HSL | 54.68º | 0.89% | 0.17% | - |
| HSV(B) | 54.68º | 0.94% | 0.33% | - |
| XYZ | 6.34 | 7.2 | 1.2 | - |
| YUV | 70.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 5 | 0 | 0.08 | 0.94 | 0.67 | 54.68 | 0.89 | 0.17 |
| Hex | 54 | 4D | 5 | 0 | 8 | 5E | 43 | 37 | 59 | 11 |
| Octal | 124 | 115 | 5 | 0 | 10 | 136 | 103 | 67 | 131 | 21 |
| Binary | 1010100 | 1001101 | 101 | 0 | 1000 | 1011110 | 1000011 | 110111 | 1011001 | 10001 |
Color Harmonies of #544D05
Complementary color
Monochromatic Colors of #544D05
Black with #544D05
Text Example
Text Example
White with #544D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544D05; }
p { color: rgb(84,77,5); }
H1.HeaderClassName
{
color: #544D05;
}
.AnyTagClassName
{
color: #544D05;
}
</style>
background-color css
<style>
a { background-color: #544D05; }
a { background-color: rgb(84,77,5); }
div.DivClassName
{
background-color: #544D05;
}
.BgClassName
{
background-color: #544D05;
}
</style>
border-color css
<style>
span { border-color: #544D05; }
span { border-color: rgb(84,77,5); }
td.TdClassName
{
border-color: #544D05;
}
.TagClassName
{
border-color: #544D05;
}
</style>