Shades of Verdun Green #545A03
Tints of Verdun Green #545A03
RGB
CMYK
RGB Variations
Color information
#545A03 (or 0x545A03) is known color: Verdun Green. HEX triplet: 54, 5A and 03. RGB value is (84,90,3). Sum of RGB (Red+Green+Blue) = 84+90+3=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #545A03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545A03 is #ABA5FC. Grayscale: #4E4E4E. Windows color (decimal): -11249149 or 219732. OLE color: 219732.
HSL color Cylindrical-coordinate representation of color #545A03: hue angle of 64.14º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #545A03 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 90 | 3 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.65 |
| HSL | 64.14º | 0.94% | 0.18% | - |
| HSV(B) | 64.14º | 0.97% | 0.35% | - |
| XYZ | 7.33 | 9.2 | 1.48 | - |
| YUV | 78.29 | 85.51 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 3 | 0.07 | 0 | 0.97 | 0.65 | 64.14 | 0.94 | 0.18 |
| Hex | 54 | 5A | 3 | 7 | 0 | 61 | 41 | 40 | 5E | 12 |
| Octal | 124 | 132 | 3 | 7 | 0 | 141 | 101 | 100 | 136 | 22 |
| Binary | 1010100 | 1011010 | 11 | 111 | 0 | 1100001 | 1000001 | 1000000 | 1011110 | 10010 |
Color Harmonies of #545A03
Complementary color
Monochromatic Colors of #545A03
Black with #545A03
Text Example
Text Example
White with #545A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A03; }
p { color: rgb(84,90,3); }
H1.HeaderClassName
{
color: #545A03;
}
.AnyTagClassName
{
color: #545A03;
}
</style>
background-color css
<style>
a { background-color: #545A03; }
a { background-color: rgb(84,90,3); }
div.DivClassName
{
background-color: #545A03;
}
.BgClassName
{
background-color: #545A03;
}
</style>
border-color css
<style>
span { border-color: #545A03; }
span { border-color: rgb(84,90,3); }
td.TdClassName
{
border-color: #545A03;
}
.TagClassName
{
border-color: #545A03;
}
</style>