Shades of Verdun Green #545100
Tints of Verdun Green #545100
RGB
CMYK
RGB Variations
Color information
#545100 (or 0x545100) is known color: Verdun Green. HEX triplet: 54, 51 and 00. RGB value is (84,81,0). Sum of RGB (Red+Green+Blue) = 84+81+0=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 81 (32.03% from 255 or 49.09% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #545100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545100 is #ABAEFF. Grayscale: #484848. Windows color (decimal): -11251456 or 20820. OLE color: 20820.
HSL color Cylindrical-coordinate representation of color #545100: hue angle of 57.86º 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 #545100 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 81 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.67 |
| HSL | 57.86º | 1% | 0.16% | - |
| HSV(B) | 57.86º | 1% | 0.33% | - |
| XYZ | 6.6 | 7.77 | 1.15 | - |
| YUV | 72.66 | 86.99 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 0 | 0 | 0.04 | 1 | 0.67 | 57.86 | 1 | 0.16 |
| Hex | 54 | 51 | 0 | 0 | 4 | 64 | 43 | 3A | 64 | 10 |
| Octal | 124 | 121 | 0 | 0 | 4 | 144 | 103 | 72 | 144 | 20 |
| Binary | 1010100 | 1010001 | 0 | 0 | 100 | 1100100 | 1000011 | 111010 | 1100100 | 10000 |
Color Harmonies of #545100
Complementary color
Monochromatic Colors of #545100
Black with #545100
Text Example
Text Example
White with #545100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545100; }
p { color: rgb(84,81,0); }
H1.HeaderClassName
{
color: #545100;
}
.AnyTagClassName
{
color: #545100;
}
</style>
background-color css
<style>
a { background-color: #545100; }
a { background-color: rgb(84,81,0); }
div.DivClassName
{
background-color: #545100;
}
.BgClassName
{
background-color: #545100;
}
</style>
border-color css
<style>
span { border-color: #545100; }
span { border-color: rgb(84,81,0); }
td.TdClassName
{
border-color: #545100;
}
.TagClassName
{
border-color: #545100;
}
</style>