Shades of Verdun Green #544E07
Tints of Verdun Green #544E07
RGB
CMYK
RGB Variations
Color information
#544E07 (or 0x544E07) is known color: Verdun Green. HEX triplet: 54, 4E and 07. RGB value is (84,78,7). Sum of RGB (Red+Green+Blue) = 84+78+7=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 78 (30.86% from 255 or 46.15% from 169); Blue value is 7 (3.12% from 255 or 4.14% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #544E07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544E07 is #ABB1F8. Grayscale: #474747. Windows color (decimal): -11252217 or 478804. OLE color: 478804.
HSL color Cylindrical-coordinate representation of color #544E07: hue angle of 55.32º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #544E07 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 78 | 7 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.67 |
| HSL | 55.32º | 0.85% | 0.18% | - |
| HSV(B) | 55.32º | 0.92% | 0.33% | - |
| XYZ | 6.42 | 7.35 | 1.28 | - |
| YUV | 71.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 7 | 0 | 0.07 | 0.92 | 0.67 | 55.32 | 0.85 | 0.18 |
| Hex | 54 | 4E | 7 | 0 | 7 | 5C | 43 | 37 | 55 | 12 |
| Octal | 124 | 116 | 7 | 0 | 7 | 134 | 103 | 67 | 125 | 22 |
| Binary | 1010100 | 1001110 | 111 | 0 | 111 | 1011100 | 1000011 | 110111 | 1010101 | 10010 |
Color Harmonies of #544E07
Complementary color
Monochromatic Colors of #544E07
Black with #544E07
Text Example
Text Example
White with #544E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544E07; }
p { color: rgb(84,78,7); }
H1.HeaderClassName
{
color: #544E07;
}
.AnyTagClassName
{
color: #544E07;
}
</style>
background-color css
<style>
a { background-color: #544E07; }
a { background-color: rgb(84,78,7); }
div.DivClassName
{
background-color: #544E07;
}
.BgClassName
{
background-color: #544E07;
}
</style>
border-color css
<style>
span { border-color: #544E07; }
span { border-color: rgb(84,78,7); }
td.TdClassName
{
border-color: #544E07;
}
.TagClassName
{
border-color: #544E07;
}
</style>