Shades of Verdun Green #545009
Tints of Verdun Green #545009
RGB
CMYK
RGB Variations
Color information
#545009 (or 0x545009) is known color: Verdun Green. HEX triplet: 54, 50 and 09. RGB value is (84,80,9). Sum of RGB (Red+Green+Blue) = 84+80+9=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 84 - color contains mainly: red. Hex color #545009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545009 is #ABAFF6. Grayscale: #494949. Windows color (decimal): -11251703 or 610388. OLE color: 610388.
HSL color Cylindrical-coordinate representation of color #545009: hue angle of 56.8º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #545009 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 80 | 9 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.67 |
| HSL | 56.8º | 0.81% | 0.18% | - |
| HSV(B) | 56.8º | 0.89% | 0.33% | - |
| XYZ | 6.57 | 7.64 | 1.39 | - |
| YUV | 73.1 | 91.83 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 80 | 9 | 0 | 0.05 | 0.89 | 0.67 | 56.8 | 0.81 | 0.18 |
| Hex | 54 | 50 | 9 | 0 | 5 | 59 | 43 | 39 | 51 | 12 |
| Octal | 124 | 120 | 11 | 0 | 5 | 131 | 103 | 71 | 121 | 22 |
| Binary | 1010100 | 1010000 | 1001 | 0 | 101 | 1011001 | 1000011 | 111001 | 1010001 | 10010 |
Color Harmonies of #545009
Complementary color
Monochromatic Colors of #545009
Black with #545009
Text Example
Text Example
White with #545009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545009; }
p { color: rgb(84,80,9); }
H1.HeaderClassName
{
color: #545009;
}
.AnyTagClassName
{
color: #545009;
}
</style>
background-color css
<style>
a { background-color: #545009; }
a { background-color: rgb(84,80,9); }
div.DivClassName
{
background-color: #545009;
}
.BgClassName
{
background-color: #545009;
}
</style>
border-color css
<style>
span { border-color: #545009; }
span { border-color: rgb(84,80,9); }
td.TdClassName
{
border-color: #545009;
}
.TagClassName
{
border-color: #545009;
}
</style>