Shades of Verdun Green #545306
Tints of Verdun Green #545306
RGB
CMYK
RGB Variations
Color information
#545306 (or 0x545306) is known color: Verdun Green. HEX triplet: 54, 53 and 06. RGB value is (84,83,6). Sum of RGB (Red+Green+Blue) = 84+83+6=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 84 - color contains mainly: red. Hex color #545306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545306 is #ABACF9. Grayscale: #4A4A4A. Windows color (decimal): -11250938 or 414548. OLE color: 414548.
HSL color Cylindrical-coordinate representation of color #545306: hue angle of 59.23º 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 #545306 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 83 | 6 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.67 |
| HSL | 59.23º | 0.87% | 0.18% | - |
| HSV(B) | 59.23º | 0.93% | 0.33% | - |
| XYZ | 6.78 | 8.08 | 1.38 | - |
| YUV | 74.52 | 89.33 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 83 | 6 | 0 | 0.01 | 0.93 | 0.67 | 59.23 | 0.87 | 0.18 |
| Hex | 54 | 53 | 6 | 0 | 1 | 5D | 43 | 3B | 57 | 12 |
| Octal | 124 | 123 | 6 | 0 | 1 | 135 | 103 | 73 | 127 | 22 |
| Binary | 1010100 | 1010011 | 110 | 0 | 1 | 1011101 | 1000011 | 111011 | 1010111 | 10010 |
Color Harmonies of #545306
Complementary color
Monochromatic Colors of #545306
Black with #545306
Text Example
Text Example
White with #545306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545306; }
p { color: rgb(84,83,6); }
H1.HeaderClassName
{
color: #545306;
}
.AnyTagClassName
{
color: #545306;
}
</style>
background-color css
<style>
a { background-color: #545306; }
a { background-color: rgb(84,83,6); }
div.DivClassName
{
background-color: #545306;
}
.BgClassName
{
background-color: #545306;
}
</style>
border-color css
<style>
span { border-color: #545306; }
span { border-color: rgb(84,83,6); }
td.TdClassName
{
border-color: #545306;
}
.TagClassName
{
border-color: #545306;
}
</style>