Shades of Verdun Green #545107
Tints of Verdun Green #545107
RGB
CMYK
RGB Variations
Color information
#545107 (or 0x545107) is known color: Verdun Green. HEX triplet: 54, 51 and 07. RGB value is (84,81,7). Sum of RGB (Red+Green+Blue) = 84+81+7=172 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.84% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 84 - color contains mainly: red. Hex color #545107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545107 is #ABAEF8. Grayscale: #494949. Windows color (decimal): -11251449 or 479572. OLE color: 479572.
HSL color Cylindrical-coordinate representation of color #545107: hue angle of 57.66º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #545107 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 81 | 7 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.67 |
| HSL | 57.66º | 0.85% | 0.18% | - |
| HSV(B) | 57.66º | 0.92% | 0.33% | - |
| XYZ | 6.64 | 7.79 | 1.35 | - |
| YUV | 73.46 | 90.49 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 7 | 0 | 0.04 | 0.92 | 0.67 | 57.66 | 0.85 | 0.18 |
| Hex | 54 | 51 | 7 | 0 | 4 | 5C | 43 | 3A | 55 | 12 |
| Octal | 124 | 121 | 7 | 0 | 4 | 134 | 103 | 72 | 125 | 22 |
| Binary | 1010100 | 1010001 | 111 | 0 | 100 | 1011100 | 1000011 | 111010 | 1010101 | 10010 |
Color Harmonies of #545107
Complementary color
Monochromatic Colors of #545107
Black with #545107
Text Example
Text Example
White with #545107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545107; }
p { color: rgb(84,81,7); }
H1.HeaderClassName
{
color: #545107;
}
.AnyTagClassName
{
color: #545107;
}
</style>
background-color css
<style>
a { background-color: #545107; }
a { background-color: rgb(84,81,7); }
div.DivClassName
{
background-color: #545107;
}
.BgClassName
{
background-color: #545107;
}
</style>
border-color css
<style>
span { border-color: #545107; }
span { border-color: rgb(84,81,7); }
td.TdClassName
{
border-color: #545107;
}
.TagClassName
{
border-color: #545107;
}
</style>