Shades of Verdun Green #546905
Tints of Verdun Green #546905
RGB
CMYK
RGB Variations
Color information
#546905 (or 0x546905) is known color: Verdun Green. HEX triplet: 54, 69 and 05. RGB value is (84,105,5). Sum of RGB (Red+Green+Blue) = 84+105+5=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 105 (41.41% from 255 or 54.12% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 105 - color contains mainly: green. Hex color #546905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546905 is #AB96FA. Grayscale: #575757. Windows color (decimal): -11245307 or 354644. OLE color: 354644.
HSL color Cylindrical-coordinate representation of color #546905: hue angle of 72.6º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #546905 is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 105 | 5 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.59 |
| HSL | 72.6º | 0.91% | 0.22% | - |
| HSV(B) | 72.6º | 0.95% | 0.41% | - |
| XYZ | 8.74 | 12 | 2 | - |
| YUV | 87.32 | 81.54 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 105 | 5 | 0.20 | 0 | 0.95 | 0.59 | 72.6 | 0.91 | 0.22 |
| Hex | 54 | 69 | 5 | 14 | 0 | 5F | 3B | 49 | 5B | 16 |
| Octal | 124 | 151 | 5 | 24 | 0 | 137 | 73 | 111 | 133 | 26 |
| Binary | 1010100 | 1101001 | 101 | 10100 | 0 | 1011111 | 111011 | 1001001 | 1011011 | 10110 |
Color Harmonies of #546905
Complementary color
Monochromatic Colors of #546905
Black with #546905
Text Example
Text Example
White with #546905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546905; }
p { color: rgb(84,105,5); }
H1.HeaderClassName
{
color: #546905;
}
.AnyTagClassName
{
color: #546905;
}
</style>
background-color css
<style>
a { background-color: #546905; }
a { background-color: rgb(84,105,5); }
div.DivClassName
{
background-color: #546905;
}
.BgClassName
{
background-color: #546905;
}
</style>
border-color css
<style>
span { border-color: #546905; }
span { border-color: rgb(84,105,5); }
td.TdClassName
{
border-color: #546905;
}
.TagClassName
{
border-color: #546905;
}
</style>