Shades of Verdun Green #544F00
Tints of Verdun Green #544F00
RGB
CMYK
RGB Variations
Color information
#544F00 (or 0x544F00) is known color: Verdun Green. HEX triplet: 54, 4F and 00. RGB value is (84,79,0). Sum of RGB (Red+Green+Blue) = 84+79+0=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 79 (31.25% from 255 or 48.47% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #544F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544F00 is #ABB0FF. Grayscale: #474747. Windows color (decimal): -11251968 or 20308. OLE color: 20308.
HSL color Cylindrical-coordinate representation of color #544F00: hue angle of 56.43º 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 #544F00 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 79 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.67 |
| HSL | 56.43º | 1% | 0.16% | - |
| HSV(B) | 56.43º | 1% | 0.33% | - |
| XYZ | 6.45 | 7.48 | 1.1 | - |
| YUV | 71.49 | 87.66 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 79 | 0 | 0 | 0.06 | 1 | 0.67 | 56.43 | 1 | 0.16 |
| Hex | 54 | 4F | 0 | 0 | 6 | 64 | 43 | 38 | 64 | 10 |
| Octal | 124 | 117 | 0 | 0 | 6 | 144 | 103 | 70 | 144 | 20 |
| Binary | 1010100 | 1001111 | 0 | 0 | 110 | 1100100 | 1000011 | 111000 | 1100100 | 10000 |
Color Harmonies of #544F00
Complementary color
Monochromatic Colors of #544F00
Black with #544F00
Text Example
Text Example
White with #544F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544F00; }
p { color: rgb(84,79,0); }
H1.HeaderClassName
{
color: #544F00;
}
.AnyTagClassName
{
color: #544F00;
}
</style>
background-color css
<style>
a { background-color: #544F00; }
a { background-color: rgb(84,79,0); }
div.DivClassName
{
background-color: #544F00;
}
.BgClassName
{
background-color: #544F00;
}
</style>
border-color css
<style>
span { border-color: #544F00; }
span { border-color: rgb(84,79,0); }
td.TdClassName
{
border-color: #544F00;
}
.TagClassName
{
border-color: #544F00;
}
</style>