Shades of Verdun Green #544F01
Tints of Verdun Green #544F01
RGB
CMYK
RGB Variations
Color information
#544F01 (or 0x544F01) is known color: Verdun Green. HEX triplet: 54, 4F and 01. RGB value is (84,79,1). Sum of RGB (Red+Green+Blue) = 84+79+1=164 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.22% from 164); Green value is 79 (31.25% from 255 or 48.17% from 164); Blue value is 1 (0.78% from 255 or 0.61% from 164); Max value from RGB is 84 - color contains mainly: red. Hex color #544F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #544F01 is #ABB0FE. Grayscale: #474747. Windows color (decimal): -11251967 or 85844. OLE color: 85844.
HSL color Cylindrical-coordinate representation of color #544F01: hue angle of 56.39º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #544F01 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 79 | 1 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.67 |
| HSL | 56.39º | 0.98% | 0.17% | - |
| HSV(B) | 56.39º | 0.99% | 0.33% | - |
| XYZ | 6.46 | 7.48 | 1.13 | - |
| YUV | 71.6 | 88.16 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 79 | 1 | 0 | 0.06 | 0.99 | 0.67 | 56.39 | 0.98 | 0.17 |
| Hex | 54 | 4F | 1 | 0 | 6 | 63 | 43 | 38 | 62 | 11 |
| Octal | 124 | 117 | 1 | 0 | 6 | 143 | 103 | 70 | 142 | 21 |
| Binary | 1010100 | 1001111 | 1 | 0 | 110 | 1100011 | 1000011 | 111000 | 1100010 | 10001 |
Color Harmonies of #544F01
Complementary color
Monochromatic Colors of #544F01
Black with #544F01
Text Example
Text Example
White with #544F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544F01; }
p { color: rgb(84,79,1); }
H1.HeaderClassName
{
color: #544F01;
}
.AnyTagClassName
{
color: #544F01;
}
</style>
background-color css
<style>
a { background-color: #544F01; }
a { background-color: rgb(84,79,1); }
div.DivClassName
{
background-color: #544F01;
}
.BgClassName
{
background-color: #544F01;
}
</style>
border-color css
<style>
span { border-color: #544F01; }
span { border-color: rgb(84,79,1); }
td.TdClassName
{
border-color: #544F01;
}
.TagClassName
{
border-color: #544F01;
}
</style>