Shades of Verdun Green #545D14
Tints of Verdun Green #545D14
RGB
CMYK
RGB Variations
Color information
#545D14 (or 0x545D14) is known color: Verdun Green. HEX triplet: 54, 5D and 14. RGB value is (84,93,20). Sum of RGB (Red+Green+Blue) = 84+93+20=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 93 (36.72% from 255 or 47.21% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 93 - color contains mainly: green. Hex color #545D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545D14 is #ABA2EB. Grayscale: #525252. Windows color (decimal): -11248364 or 1334612. OLE color: 1334612.
HSL color Cylindrical-coordinate representation of color #545D14: hue angle of 67.4º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #545D14 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 93 | 20 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.64 |
| HSL | 67.4º | 0.65% | 0.22% | - |
| HSV(B) | 67.4º | 0.78% | 0.36% | - |
| XYZ | 7.7 | 9.76 | 2.14 | - |
| YUV | 81.99 | 93.02 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 20 | 0.10 | 0 | 0.78 | 0.64 | 67.4 | 0.65 | 0.22 |
| Hex | 54 | 5D | 14 | A | 0 | 4E | 40 | 43 | 41 | 16 |
| Octal | 124 | 135 | 24 | 12 | 0 | 116 | 100 | 103 | 101 | 26 |
| Binary | 1010100 | 1011101 | 10100 | 1010 | 0 | 1001110 | 1000000 | 1000011 | 1000001 | 10110 |
Color Harmonies of #545D14
Complementary color
Monochromatic Colors of #545D14
Black with #545D14
Text Example
Text Example
White with #545D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545D14; }
p { color: rgb(84,93,20); }
H1.HeaderClassName
{
color: #545D14;
}
.AnyTagClassName
{
color: #545D14;
}
</style>
background-color css
<style>
a { background-color: #545D14; }
a { background-color: rgb(84,93,20); }
div.DivClassName
{
background-color: #545D14;
}
.BgClassName
{
background-color: #545D14;
}
</style>
border-color css
<style>
span { border-color: #545D14; }
span { border-color: rgb(84,93,20); }
td.TdClassName
{
border-color: #545D14;
}
.TagClassName
{
border-color: #545D14;
}
</style>