Shades of Verdun Green #545000
Tints of Verdun Green #545000
RGB
CMYK
RGB Variations
Color information
#545000 (or 0x545000) is known color: Verdun Green. HEX triplet: 54, 50 and 00. RGB value is (84,80,0). Sum of RGB (Red+Green+Blue) = 84+80+0=164 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.22% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 84 - color contains mainly: red. Hex color #545000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545000 is #ABAFFF. Grayscale: #484848. Windows color (decimal): -11251712 or 20564. OLE color: 20564.
HSL color Cylindrical-coordinate representation of color #545000: hue angle of 57.14º 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 #545000 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 80 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.67 |
| HSL | 57.14º | 1% | 0.16% | - |
| HSV(B) | 57.14º | 1% | 0.33% | - |
| XYZ | 6.52 | 7.62 | 1.13 | - |
| YUV | 72.08 | 87.33 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 80 | 0 | 0 | 0.05 | 1 | 0.67 | 57.14 | 1 | 0.16 |
| Hex | 54 | 50 | 0 | 0 | 5 | 64 | 43 | 39 | 64 | 10 |
| Octal | 124 | 120 | 0 | 0 | 5 | 144 | 103 | 71 | 144 | 20 |
| Binary | 1010100 | 1010000 | 0 | 0 | 101 | 1100100 | 1000011 | 111001 | 1100100 | 10000 |
Color Harmonies of #545000
Complementary color
Monochromatic Colors of #545000
Black with #545000
Text Example
Text Example
White with #545000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545000; }
p { color: rgb(84,80,0); }
H1.HeaderClassName
{
color: #545000;
}
.AnyTagClassName
{
color: #545000;
}
</style>
background-color css
<style>
a { background-color: #545000; }
a { background-color: rgb(84,80,0); }
div.DivClassName
{
background-color: #545000;
}
.BgClassName
{
background-color: #545000;
}
</style>
border-color css
<style>
span { border-color: #545000; }
span { border-color: rgb(84,80,0); }
td.TdClassName
{
border-color: #545000;
}
.TagClassName
{
border-color: #545000;
}
</style>