Shades of Verdun Green #545D05
Tints of Verdun Green #545D05
RGB
CMYK
RGB Variations
Color information
#545D05 (or 0x545D05) is known color: Verdun Green. HEX triplet: 54, 5D and 05. RGB value is (84,93,5). Sum of RGB (Red+Green+Blue) = 84+93+5=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 93 (36.72% from 255 or 51.10% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 93 - color contains mainly: green. Hex color #545D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545D05 is #ABA2FA. Grayscale: #505050. Windows color (decimal): -11248379 or 351572. OLE color: 351572.
HSL color Cylindrical-coordinate representation of color #545D05: hue angle of 66.14º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #545D05 is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 93 | 5 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.64 |
| HSL | 66.14º | 0.9% | 0.19% | - |
| HSV(B) | 66.14º | 0.95% | 0.36% | - |
| XYZ | 7.6 | 9.72 | 1.62 | - |
| YUV | 80.28 | 85.52 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 5 | 0.10 | 0 | 0.95 | 0.64 | 66.14 | 0.9 | 0.19 |
| Hex | 54 | 5D | 5 | A | 0 | 5F | 40 | 42 | 5A | 13 |
| Octal | 124 | 135 | 5 | 12 | 0 | 137 | 100 | 102 | 132 | 23 |
| Binary | 1010100 | 1011101 | 101 | 1010 | 0 | 1011111 | 1000000 | 1000010 | 1011010 | 10011 |
Color Harmonies of #545D05
Complementary color
Monochromatic Colors of #545D05
Black with #545D05
Text Example
Text Example
White with #545D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545D05; }
p { color: rgb(84,93,5); }
H1.HeaderClassName
{
color: #545D05;
}
.AnyTagClassName
{
color: #545D05;
}
</style>
background-color css
<style>
a { background-color: #545D05; }
a { background-color: rgb(84,93,5); }
div.DivClassName
{
background-color: #545D05;
}
.BgClassName
{
background-color: #545D05;
}
</style>
border-color css
<style>
span { border-color: #545D05; }
span { border-color: rgb(84,93,5); }
td.TdClassName
{
border-color: #545D05;
}
.TagClassName
{
border-color: #545D05;
}
</style>