Shades of Verdun Green #545509
Tints of Verdun Green #545509
RGB
CMYK
RGB Variations
Color information
#545509 (or 0x545509) is known color: Verdun Green. HEX triplet: 54, 55 and 09. RGB value is (84,85,9). Sum of RGB (Red+Green+Blue) = 84+85+9=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 9 (3.91% from 255 or 5.06% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #545509 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545509 is #ABAAF6. Grayscale: #4C4C4C. Windows color (decimal): -11250423 or 611668. OLE color: 611668.
HSL color Cylindrical-coordinate representation of color #545509: hue angle of 60.79º 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 #545509 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 85 | 9 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.67 |
| HSL | 60.79º | 0.81% | 0.18% | - |
| HSV(B) | 60.79º | 0.89% | 0.33% | - |
| XYZ | 6.95 | 8.4 | 1.51 | - |
| YUV | 76.04 | 90.17 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 9 | 0.01 | 0 | 0.89 | 0.67 | 60.79 | 0.81 | 0.18 |
| Hex | 54 | 55 | 9 | 1 | 0 | 59 | 43 | 3D | 51 | 12 |
| Octal | 124 | 125 | 11 | 1 | 0 | 131 | 103 | 75 | 121 | 22 |
| Binary | 1010100 | 1010101 | 1001 | 1 | 0 | 1011001 | 1000011 | 111101 | 1010001 | 10010 |
Color Harmonies of #545509
Complementary color
Monochromatic Colors of #545509
Black with #545509
Text Example
Text Example
White with #545509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545509; }
p { color: rgb(84,85,9); }
H1.HeaderClassName
{
color: #545509;
}
.AnyTagClassName
{
color: #545509;
}
</style>
background-color css
<style>
a { background-color: #545509; }
a { background-color: rgb(84,85,9); }
div.DivClassName
{
background-color: #545509;
}
.BgClassName
{
background-color: #545509;
}
</style>
border-color css
<style>
span { border-color: #545509; }
span { border-color: rgb(84,85,9); }
td.TdClassName
{
border-color: #545509;
}
.TagClassName
{
border-color: #545509;
}
</style>