Shades of Verdun Green #545712
Tints of Verdun Green #545712
RGB
CMYK
RGB Variations
Color information
#545712 (or 0x545712) is known color: Verdun Green. HEX triplet: 54, 57 and 12. RGB value is (84,87,18). Sum of RGB (Red+Green+Blue) = 84+87+18=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 87 (34.38% from 255 or 46.03% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 87 - color contains mainly: green. Hex color #545712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545712 is #ABA8ED. Grayscale: #4E4E4E. Windows color (decimal): -11249902 or 1202004. OLE color: 1202004.
HSL color Cylindrical-coordinate representation of color #545712: hue angle of 62.61º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #545712 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 87 | 18 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.66 |
| HSL | 62.61º | 0.66% | 0.21% | - |
| HSV(B) | 62.61º | 0.79% | 0.34% | - |
| XYZ | 7.17 | 8.74 | 1.88 | - |
| YUV | 78.24 | 94.01 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 87 | 18 | 0.03 | 0 | 0.79 | 0.66 | 62.61 | 0.66 | 0.21 |
| Hex | 54 | 57 | 12 | 3 | 0 | 4F | 42 | 3F | 42 | 15 |
| Octal | 124 | 127 | 22 | 3 | 0 | 117 | 102 | 77 | 102 | 25 |
| Binary | 1010100 | 1010111 | 10010 | 11 | 0 | 1001111 | 1000010 | 111111 | 1000010 | 10101 |
Color Harmonies of #545712
Complementary color
Monochromatic Colors of #545712
Black with #545712
Text Example
Text Example
White with #545712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545712; }
p { color: rgb(84,87,18); }
H1.HeaderClassName
{
color: #545712;
}
.AnyTagClassName
{
color: #545712;
}
</style>
background-color css
<style>
a { background-color: #545712; }
a { background-color: rgb(84,87,18); }
div.DivClassName
{
background-color: #545712;
}
.BgClassName
{
background-color: #545712;
}
</style>
border-color css
<style>
span { border-color: #545712; }
span { border-color: rgb(84,87,18); }
td.TdClassName
{
border-color: #545712;
}
.TagClassName
{
border-color: #545712;
}
</style>