Shades of Verdun Green #546205
Tints of Verdun Green #546205
RGB
CMYK
RGB Variations
Color information
#546205 (or 0x546205) is known color: Verdun Green. HEX triplet: 54, 62 and 05. RGB value is (84,98,5). Sum of RGB (Red+Green+Blue) = 84+98+5=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #546205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546205 is #AB9DFA. Grayscale: #535353. Windows color (decimal): -11247099 or 352852. OLE color: 352852.
HSL color Cylindrical-coordinate representation of color #546205: hue angle of 69.03º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #546205 is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 98 | 5 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.62 |
| HSL | 69.03º | 0.9% | 0.2% | - |
| HSV(B) | 69.03º | 0.95% | 0.38% | - |
| XYZ | 8.05 | 10.63 | 1.77 | - |
| YUV | 83.21 | 83.86 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 98 | 5 | 0.14 | 0 | 0.95 | 0.62 | 69.03 | 0.9 | 0.2 |
| Hex | 54 | 62 | 5 | E | 0 | 5F | 3E | 45 | 5A | 14 |
| Octal | 124 | 142 | 5 | 16 | 0 | 137 | 76 | 105 | 132 | 24 |
| Binary | 1010100 | 1100010 | 101 | 1110 | 0 | 1011111 | 111110 | 1000101 | 1011010 | 10100 |
Color Harmonies of #546205
Complementary color
Monochromatic Colors of #546205
Black with #546205
Text Example
Text Example
White with #546205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546205; }
p { color: rgb(84,98,5); }
H1.HeaderClassName
{
color: #546205;
}
.AnyTagClassName
{
color: #546205;
}
</style>
background-color css
<style>
a { background-color: #546205; }
a { background-color: rgb(84,98,5); }
div.DivClassName
{
background-color: #546205;
}
.BgClassName
{
background-color: #546205;
}
</style>
border-color css
<style>
span { border-color: #546205; }
span { border-color: rgb(84,98,5); }
td.TdClassName
{
border-color: #546205;
}
.TagClassName
{
border-color: #546205;
}
</style>