Shades of Verdun Green #546203
Tints of Verdun Green #546203
RGB
CMYK
RGB Variations
Color information
#546203 (or 0x546203) is known color: Verdun Green. HEX triplet: 54, 62 and 03. RGB value is (84,98,3). Sum of RGB (Red+Green+Blue) = 84+98+3=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 98 (38.67% from 255 or 52.97% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 98 - color contains mainly: green. Hex color #546203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546203 is #AB9DFC. Grayscale: #535353. Windows color (decimal): -11247101 or 221780. OLE color: 221780.
HSL color Cylindrical-coordinate representation of color #546203: hue angle of 68.84º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #546203 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 98 | 3 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.62 |
| HSL | 68.84º | 0.94% | 0.2% | - |
| HSV(B) | 68.84º | 0.97% | 0.38% | - |
| XYZ | 8.04 | 10.63 | 1.71 | - |
| YUV | 82.98 | 82.86 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 98 | 3 | 0.14 | 0 | 0.97 | 0.62 | 68.84 | 0.94 | 0.2 |
| Hex | 54 | 62 | 3 | E | 0 | 61 | 3E | 45 | 5E | 14 |
| Octal | 124 | 142 | 3 | 16 | 0 | 141 | 76 | 105 | 136 | 24 |
| Binary | 1010100 | 1100010 | 11 | 1110 | 0 | 1100001 | 111110 | 1000101 | 1011110 | 10100 |
Color Harmonies of #546203
Complementary color
Monochromatic Colors of #546203
Black with #546203
Text Example
Text Example
White with #546203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546203; }
p { color: rgb(84,98,3); }
H1.HeaderClassName
{
color: #546203;
}
.AnyTagClassName
{
color: #546203;
}
</style>
background-color css
<style>
a { background-color: #546203; }
a { background-color: rgb(84,98,3); }
div.DivClassName
{
background-color: #546203;
}
.BgClassName
{
background-color: #546203;
}
</style>
border-color css
<style>
span { border-color: #546203; }
span { border-color: rgb(84,98,3); }
td.TdClassName
{
border-color: #546203;
}
.TagClassName
{
border-color: #546203;
}
</style>