Shades of Verdun Green #545910
Tints of Verdun Green #545910
RGB
CMYK
RGB Variations
Color information
#545910 (or 0x545910) is known color: Verdun Green. HEX triplet: 54, 59 and 10. RGB value is (84,89,16). Sum of RGB (Red+Green+Blue) = 84+89+16=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 89 (35.16% from 255 or 47.09% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 89 - color contains mainly: green. Hex color #545910 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545910 is #ABA6EF. Grayscale: #4F4F4F. Windows color (decimal): -11249392 or 1071444. OLE color: 1071444.
HSL color Cylindrical-coordinate representation of color #545910: hue angle of 64.11º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #545910 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 89 | 16 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.65 |
| HSL | 64.11º | 0.7% | 0.21% | - |
| HSV(B) | 64.11º | 0.82% | 0.35% | - |
| XYZ | 7.32 | 9.07 | 1.85 | - |
| YUV | 79.18 | 92.34 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 16 | 0.06 | 0 | 0.82 | 0.65 | 64.11 | 0.7 | 0.21 |
| Hex | 54 | 59 | 10 | 6 | 0 | 52 | 41 | 40 | 46 | 15 |
| Octal | 124 | 131 | 20 | 6 | 0 | 122 | 101 | 100 | 106 | 25 |
| Binary | 1010100 | 1011001 | 10000 | 110 | 0 | 1010010 | 1000001 | 1000000 | 1000110 | 10101 |
Color Harmonies of #545910
Complementary color
Monochromatic Colors of #545910
Black with #545910
Text Example
Text Example
White with #545910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545910; }
p { color: rgb(84,89,16); }
H1.HeaderClassName
{
color: #545910;
}
.AnyTagClassName
{
color: #545910;
}
</style>
background-color css
<style>
a { background-color: #545910; }
a { background-color: rgb(84,89,16); }
div.DivClassName
{
background-color: #545910;
}
.BgClassName
{
background-color: #545910;
}
</style>
border-color css
<style>
span { border-color: #545910; }
span { border-color: rgb(84,89,16); }
td.TdClassName
{
border-color: #545910;
}
.TagClassName
{
border-color: #545910;
}
</style>