Shades of Verdun Green #544E04
Tints of Verdun Green #544E04
RGB
CMYK
RGB Variations
Color information
#544E04 (or 0x544E04) is known color: Verdun Green. HEX triplet: 54, 4E and 04. RGB value is (84,78,4). Sum of RGB (Red+Green+Blue) = 84+78+4=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 78 (30.86% from 255 or 46.99% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #544E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544E04 is #ABB1FB. Grayscale: #474747. Windows color (decimal): -11252220 or 282196. OLE color: 282196.
HSL color Cylindrical-coordinate representation of color #544E04: hue angle of 55.5º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #544E04 is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 78 | 4 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.67 |
| HSL | 55.5º | 0.91% | 0.17% | - |
| HSV(B) | 55.5º | 0.95% | 0.33% | - |
| XYZ | 6.4 | 7.34 | 1.19 | - |
| YUV | 71.36 | 89.99 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 4 | 0 | 0.07 | 0.95 | 0.67 | 55.5 | 0.91 | 0.17 |
| Hex | 54 | 4E | 4 | 0 | 7 | 5F | 43 | 38 | 5B | 11 |
| Octal | 124 | 116 | 4 | 0 | 7 | 137 | 103 | 70 | 133 | 21 |
| Binary | 1010100 | 1001110 | 100 | 0 | 111 | 1011111 | 1000011 | 111000 | 1011011 | 10001 |
Color Harmonies of #544E04
Complementary color
Monochromatic Colors of #544E04
Black with #544E04
Text Example
Text Example
White with #544E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544E04; }
p { color: rgb(84,78,4); }
H1.HeaderClassName
{
color: #544E04;
}
.AnyTagClassName
{
color: #544E04;
}
</style>
background-color css
<style>
a { background-color: #544E04; }
a { background-color: rgb(84,78,4); }
div.DivClassName
{
background-color: #544E04;
}
.BgClassName
{
background-color: #544E04;
}
</style>
border-color css
<style>
span { border-color: #544E04; }
span { border-color: rgb(84,78,4); }
td.TdClassName
{
border-color: #544E04;
}
.TagClassName
{
border-color: #544E04;
}
</style>