Shades of Verdun Green #545003
Tints of Verdun Green #545003
RGB
CMYK
RGB Variations
Color information
#545003 (or 0x545003) is known color: Verdun Green. HEX triplet: 54, 50 and 03. RGB value is (84,80,3). Sum of RGB (Red+Green+Blue) = 84+80+3=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #545003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545003 is #ABAFFC. Grayscale: #484848. Windows color (decimal): -11251709 or 217172. OLE color: 217172.
HSL color Cylindrical-coordinate representation of color #545003: hue angle of 57.04º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #545003 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 80 | 3 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.67 |
| HSL | 57.04º | 0.93% | 0.17% | - |
| HSV(B) | 57.04º | 0.96% | 0.33% | - |
| XYZ | 6.54 | 7.63 | 1.21 | - |
| YUV | 72.42 | 88.83 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 80 | 3 | 0 | 0.05 | 0.96 | 0.67 | 57.04 | 0.93 | 0.17 |
| Hex | 54 | 50 | 3 | 0 | 5 | 60 | 43 | 39 | 5D | 11 |
| Octal | 124 | 120 | 3 | 0 | 5 | 140 | 103 | 71 | 135 | 21 |
| Binary | 1010100 | 1010000 | 11 | 0 | 101 | 1100000 | 1000011 | 111001 | 1011101 | 10001 |
Color Harmonies of #545003
Complementary color
Monochromatic Colors of #545003
Black with #545003
Text Example
Text Example
White with #545003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545003; }
p { color: rgb(84,80,3); }
H1.HeaderClassName
{
color: #545003;
}
.AnyTagClassName
{
color: #545003;
}
</style>
background-color css
<style>
a { background-color: #545003; }
a { background-color: rgb(84,80,3); }
div.DivClassName
{
background-color: #545003;
}
.BgClassName
{
background-color: #545003;
}
</style>
border-color css
<style>
span { border-color: #545003; }
span { border-color: rgb(84,80,3); }
td.TdClassName
{
border-color: #545003;
}
.TagClassName
{
border-color: #545003;
}
</style>