Shades of Verdun Green #54590B
Tints of Verdun Green #54590B
RGB
CMYK
RGB Variations
Color information
#54590B (or 0x54590B) is known color: Verdun Green. HEX triplet: 54, 59 and 0B. RGB value is (84,89,11). Sum of RGB (Red+Green+Blue) = 84+89+11=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 89 (35.16% from 255 or 48.37% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 89 - color contains mainly: green. Hex color #54590B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54590B is #ABA6F4. Grayscale: #4E4E4E. Windows color (decimal): -11249397 or 743764. OLE color: 743764.
HSL color Cylindrical-coordinate representation of color #54590B: hue angle of 63.85º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #54590B is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 89 | 11 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.65 |
| HSL | 63.85º | 0.78% | 0.2% | - |
| HSV(B) | 63.85º | 0.88% | 0.35% | - |
| XYZ | 7.29 | 9.05 | 1.68 | - |
| YUV | 78.61 | 89.84 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 11 | 0.06 | 0 | 0.88 | 0.65 | 63.85 | 0.78 | 0.2 |
| Hex | 54 | 59 | B | 6 | 0 | 58 | 41 | 40 | 4E | 14 |
| Octal | 124 | 131 | 13 | 6 | 0 | 130 | 101 | 100 | 116 | 24 |
| Binary | 1010100 | 1011001 | 1011 | 110 | 0 | 1011000 | 1000001 | 1000000 | 1001110 | 10100 |
Color Harmonies of #54590B
Complementary color
Monochromatic Colors of #54590B
Black with #54590B
Text Example
Text Example
White with #54590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54590B; }
p { color: rgb(84,89,11); }
H1.HeaderClassName
{
color: #54590B;
}
.AnyTagClassName
{
color: #54590B;
}
</style>
background-color css
<style>
a { background-color: #54590B; }
a { background-color: rgb(84,89,11); }
div.DivClassName
{
background-color: #54590B;
}
.BgClassName
{
background-color: #54590B;
}
</style>
border-color css
<style>
span { border-color: #54590B; }
span { border-color: rgb(84,89,11); }
td.TdClassName
{
border-color: #54590B;
}
.TagClassName
{
border-color: #54590B;
}
</style>