Shades of Verdun Green #546501
Tints of Verdun Green #546501
RGB
CMYK
RGB Variations
Color information
#546501 (or 0x546501) is known color: Verdun Green. HEX triplet: 54, 65 and 01. RGB value is (84,101,1). Sum of RGB (Red+Green+Blue) = 84+101+1=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 101 (39.84% from 255 or 54.30% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 101 - color contains mainly: green. Hex color #546501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546501 is #AB9AFE. Grayscale: #545454. Windows color (decimal): -11246335 or 91476. OLE color: 91476.
HSL color Cylindrical-coordinate representation of color #546501: hue angle of 70.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #546501 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 101 | 1 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.60 |
| HSL | 70.2º | 0.98% | 0.2% | - |
| HSV(B) | 70.2º | 0.99% | 0.4% | - |
| XYZ | 8.32 | 11.19 | 1.75 | - |
| YUV | 84.52 | 80.87 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 101 | 1 | 0.17 | 0 | 0.99 | 0.60 | 70.2 | 0.98 | 0.2 |
| Hex | 54 | 65 | 1 | 11 | 0 | 63 | 3C | 46 | 62 | 14 |
| Octal | 124 | 145 | 1 | 21 | 0 | 143 | 74 | 106 | 142 | 24 |
| Binary | 1010100 | 1100101 | 1 | 10001 | 0 | 1100011 | 111100 | 1000110 | 1100010 | 10100 |
Color Harmonies of #546501
Complementary color
Monochromatic Colors of #546501
Black with #546501
Text Example
Text Example
White with #546501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546501; }
p { color: rgb(84,101,1); }
H1.HeaderClassName
{
color: #546501;
}
.AnyTagClassName
{
color: #546501;
}
</style>
background-color css
<style>
a { background-color: #546501; }
a { background-color: rgb(84,101,1); }
div.DivClassName
{
background-color: #546501;
}
.BgClassName
{
background-color: #546501;
}
</style>
border-color css
<style>
span { border-color: #546501; }
span { border-color: rgb(84,101,1); }
td.TdClassName
{
border-color: #546501;
}
.TagClassName
{
border-color: #546501;
}
</style>