Shades of Verdun Green #545601
Tints of Verdun Green #545601
RGB
CMYK
RGB Variations
Color information
#545601 (or 0x545601) is known color: Verdun Green. HEX triplet: 54, 56 and 01. RGB value is (84,86,1). Sum of RGB (Red+Green+Blue) = 84+86+1=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 86 (33.98% from 255 or 50.29% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 86 - color contains mainly: green. Hex color #545601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545601 is #ABA9FE. Grayscale: #4C4C4C. Windows color (decimal): -11250175 or 87636. OLE color: 87636.
HSL color Cylindrical-coordinate representation of color #545601: hue angle of 61.41º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #545601 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 86 | 1 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.66 |
| HSL | 61.41º | 0.98% | 0.17% | - |
| HSV(B) | 61.41º | 0.99% | 0.34% | - |
| XYZ | 6.99 | 8.54 | 1.31 | - |
| YUV | 75.71 | 85.84 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 1 | 0.02 | 0 | 0.99 | 0.66 | 61.41 | 0.98 | 0.17 |
| Hex | 54 | 56 | 1 | 2 | 0 | 63 | 42 | 3D | 62 | 11 |
| Octal | 124 | 126 | 1 | 2 | 0 | 143 | 102 | 75 | 142 | 21 |
| Binary | 1010100 | 1010110 | 1 | 10 | 0 | 1100011 | 1000010 | 111101 | 1100010 | 10001 |
Color Harmonies of #545601
Complementary color
Monochromatic Colors of #545601
Black with #545601
Text Example
Text Example
White with #545601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545601; }
p { color: rgb(84,86,1); }
H1.HeaderClassName
{
color: #545601;
}
.AnyTagClassName
{
color: #545601;
}
</style>
background-color css
<style>
a { background-color: #545601; }
a { background-color: rgb(84,86,1); }
div.DivClassName
{
background-color: #545601;
}
.BgClassName
{
background-color: #545601;
}
</style>
border-color css
<style>
span { border-color: #545601; }
span { border-color: rgb(84,86,1); }
td.TdClassName
{
border-color: #545601;
}
.TagClassName
{
border-color: #545601;
}
</style>