Shades of Verdun Green #545403
Tints of Verdun Green #545403
RGB
CMYK
RGB Variations
Color information
#545403 (or 0x545403) is known color: Verdun Green. HEX triplet: 54, 54 and 03. RGB value is (84,84,3). Sum of RGB (Red+Green+Blue) = 84+84+3=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545403 is #ABABFC. Grayscale: #4B4B4B. Windows color (decimal): -11250685 or 218196. OLE color: 218196.
HSL color Cylindrical-coordinate representation of color #545403: hue angle of 60º 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 #545403 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 84 | 3 | - |
| CMYK | 0 | 0 | 0.96 | 0.67 |
| HSL | 60º | 0.93% | 0.17% | - |
| HSV(B) | 60º | 0.96% | 0.33% | - |
| XYZ | 6.84 | 8.23 | 1.31 | - |
| YUV | 74.77 | 87.5 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 84 | 3 | 0 | 0 | 0.96 | 0.67 | 60 | 0.93 | 0.17 |
| Hex | 54 | 54 | 3 | 0 | 0 | 60 | 43 | 3C | 5D | 11 |
| Octal | 124 | 124 | 3 | 0 | 0 | 140 | 103 | 74 | 135 | 21 |
| Binary | 1010100 | 1010100 | 11 | 0 | 0 | 1100000 | 1000011 | 111100 | 1011101 | 10001 |
Color Harmonies of #545403
Complementary color
Monochromatic Colors of #545403
Black with #545403
Text Example
Text Example
White with #545403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545403; }
p { color: rgb(84,84,3); }
H1.HeaderClassName
{
color: #545403;
}
.AnyTagClassName
{
color: #545403;
}
</style>
background-color css
<style>
a { background-color: #545403; }
a { background-color: rgb(84,84,3); }
div.DivClassName
{
background-color: #545403;
}
.BgClassName
{
background-color: #545403;
}
</style>
border-color css
<style>
span { border-color: #545403; }
span { border-color: rgb(84,84,3); }
td.TdClassName
{
border-color: #545403;
}
.TagClassName
{
border-color: #545403;
}
</style>