Shades of Verdun Green #544C00
Tints of Verdun Green #544C00
RGB
CMYK
RGB Variations
Color information
#544C00 (or 0x544C00) is known color: Verdun Green. HEX triplet: 54, 4C and 00. RGB value is (84,76,0). Sum of RGB (Red+Green+Blue) = 84+76+0=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 76 (30.08% from 255 or 47.5% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #544C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544C00 is #ABB3FF. Grayscale: #464646. Windows color (decimal): -11252736 or 19540. OLE color: 19540.
HSL color Cylindrical-coordinate representation of color #544C00: hue angle of 54.29º 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 #544C00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 76 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.67 |
| HSL | 54.29º | 1% | 0.16% | - |
| HSV(B) | 54.29º | 1% | 0.33% | - |
| XYZ | 6.24 | 7.05 | 1.03 | - |
| YUV | 69.73 | 88.65 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 76 | 0 | 0 | 0.10 | 1 | 0.67 | 54.29 | 1 | 0.16 |
| Hex | 54 | 4C | 0 | 0 | A | 64 | 43 | 36 | 64 | 10 |
| Octal | 124 | 114 | 0 | 0 | 12 | 144 | 103 | 66 | 144 | 20 |
| Binary | 1010100 | 1001100 | 0 | 0 | 1010 | 1100100 | 1000011 | 110110 | 1100100 | 10000 |
Color Harmonies of #544C00
Complementary color
Monochromatic Colors of #544C00
Black with #544C00
Text Example
Text Example
White with #544C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544C00; }
p { color: rgb(84,76,0); }
H1.HeaderClassName
{
color: #544C00;
}
.AnyTagClassName
{
color: #544C00;
}
</style>
background-color css
<style>
a { background-color: #544C00; }
a { background-color: rgb(84,76,0); }
div.DivClassName
{
background-color: #544C00;
}
.BgClassName
{
background-color: #544C00;
}
</style>
border-color css
<style>
span { border-color: #544C00; }
span { border-color: rgb(84,76,0); }
td.TdClassName
{
border-color: #544C00;
}
.TagClassName
{
border-color: #544C00;
}
</style>