Shades of Verdun Green #545206
Tints of Verdun Green #545206
RGB
CMYK
RGB Variations
Color information
#545206 (or 0x545206) is known color: Verdun Green. HEX triplet: 54, 52 and 06. RGB value is (84,82,6). Sum of RGB (Red+Green+Blue) = 84+82+6=172 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.84% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 6 (2.73% from 255 or 3.49% from 172); Max value from RGB is 84 - color contains mainly: red. Hex color #545206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545206 is #ABADF9. Grayscale: #4A4A4A. Windows color (decimal): -11251194 or 414292. OLE color: 414292.
HSL color Cylindrical-coordinate representation of color #545206: hue angle of 58.46º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #545206 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 82 | 6 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.67 |
| HSL | 58.46º | 0.87% | 0.18% | - |
| HSV(B) | 58.46º | 0.93% | 0.33% | - |
| XYZ | 6.71 | 7.93 | 1.35 | - |
| YUV | 73.93 | 89.66 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 82 | 6 | 0 | 0.02 | 0.93 | 0.67 | 58.46 | 0.87 | 0.18 |
| Hex | 54 | 52 | 6 | 0 | 2 | 5D | 43 | 3A | 57 | 12 |
| Octal | 124 | 122 | 6 | 0 | 2 | 135 | 103 | 72 | 127 | 22 |
| Binary | 1010100 | 1010010 | 110 | 0 | 10 | 1011101 | 1000011 | 111010 | 1010111 | 10010 |
Color Harmonies of #545206
Complementary color
Monochromatic Colors of #545206
Black with #545206
Text Example
Text Example
White with #545206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545206; }
p { color: rgb(84,82,6); }
H1.HeaderClassName
{
color: #545206;
}
.AnyTagClassName
{
color: #545206;
}
</style>
background-color css
<style>
a { background-color: #545206; }
a { background-color: rgb(84,82,6); }
div.DivClassName
{
background-color: #545206;
}
.BgClassName
{
background-color: #545206;
}
</style>
border-color css
<style>
span { border-color: #545206; }
span { border-color: rgb(84,82,6); }
td.TdClassName
{
border-color: #545206;
}
.TagClassName
{
border-color: #545206;
}
</style>