Shades of Verdun Green #546508
Tints of Verdun Green #546508
RGB
CMYK
RGB Variations
Color information
#546508 (or 0x546508) is known color: Verdun Green. HEX triplet: 54, 65 and 08. RGB value is (84,101,8). Sum of RGB (Red+Green+Blue) = 84+101+8=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 101 (39.84% from 255 or 52.33% from 193); Blue value is 8 (3.52% from 255 or 4.15% from 193); Max value from RGB is 101 - color contains mainly: green. Hex color #546508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546508 is #AB9AF7. Grayscale: #555555. Windows color (decimal): -11246328 or 550228. OLE color: 550228.
HSL color Cylindrical-coordinate representation of color #546508: hue angle of 70.97º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #546508 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 101 | 8 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.60 |
| HSL | 70.97º | 0.85% | 0.21% | - |
| HSV(B) | 70.97º | 0.92% | 0.4% | - |
| XYZ | 8.35 | 11.21 | 1.95 | - |
| YUV | 85.32 | 84.37 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 101 | 8 | 0.17 | 0 | 0.92 | 0.60 | 70.97 | 0.85 | 0.21 |
| Hex | 54 | 65 | 8 | 11 | 0 | 5C | 3C | 47 | 55 | 15 |
| Octal | 124 | 145 | 10 | 21 | 0 | 134 | 74 | 107 | 125 | 25 |
| Binary | 1010100 | 1100101 | 1000 | 10001 | 0 | 1011100 | 111100 | 1000111 | 1010101 | 10101 |
Color Harmonies of #546508
Complementary color
Monochromatic Colors of #546508
Black with #546508
Text Example
Text Example
White with #546508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546508; }
p { color: rgb(84,101,8); }
H1.HeaderClassName
{
color: #546508;
}
.AnyTagClassName
{
color: #546508;
}
</style>
background-color css
<style>
a { background-color: #546508; }
a { background-color: rgb(84,101,8); }
div.DivClassName
{
background-color: #546508;
}
.BgClassName
{
background-color: #546508;
}
</style>
border-color css
<style>
span { border-color: #546508; }
span { border-color: rgb(84,101,8); }
td.TdClassName
{
border-color: #546508;
}
.TagClassName
{
border-color: #546508;
}
</style>