Shades of Verdun Green #545C04
Tints of Verdun Green #545C04
RGB
CMYK
RGB Variations
Color information
#545C04 (or 0x545C04) is known color: Verdun Green. HEX triplet: 54, 5C and 04. RGB value is (84,92,4). Sum of RGB (Red+Green+Blue) = 84+92+4=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 92 (36.33% from 255 or 51.11% from 180); Blue value is 4 (1.95% from 255 or 2.22% from 180); Max value from RGB is 92 - color contains mainly: green. Hex color #545C04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545C04 is #ABA3FB. Grayscale: #4F4F4F. Windows color (decimal): -11248636 or 285780. OLE color: 285780.
HSL color Cylindrical-coordinate representation of color #545C04: hue angle of 65.45º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #545C04 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 92 | 4 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.64 |
| HSL | 65.45º | 0.92% | 0.19% | - |
| HSV(B) | 65.45º | 0.96% | 0.36% | - |
| XYZ | 7.51 | 9.55 | 1.56 | - |
| YUV | 79.58 | 85.35 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 92 | 4 | 0.09 | 0 | 0.96 | 0.64 | 65.45 | 0.92 | 0.19 |
| Hex | 54 | 5C | 4 | 9 | 0 | 60 | 40 | 41 | 5C | 13 |
| Octal | 124 | 134 | 4 | 11 | 0 | 140 | 100 | 101 | 134 | 23 |
| Binary | 1010100 | 1011100 | 100 | 1001 | 0 | 1100000 | 1000000 | 1000001 | 1011100 | 10011 |
Color Harmonies of #545C04
Complementary color
Monochromatic Colors of #545C04
Black with #545C04
Text Example
Text Example
White with #545C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545C04; }
p { color: rgb(84,92,4); }
H1.HeaderClassName
{
color: #545C04;
}
.AnyTagClassName
{
color: #545C04;
}
</style>
background-color css
<style>
a { background-color: #545C04; }
a { background-color: rgb(84,92,4); }
div.DivClassName
{
background-color: #545C04;
}
.BgClassName
{
background-color: #545C04;
}
</style>
border-color css
<style>
span { border-color: #545C04; }
span { border-color: rgb(84,92,4); }
td.TdClassName
{
border-color: #545C04;
}
.TagClassName
{
border-color: #545C04;
}
</style>