Shades of Verdun Green #545304
Tints of Verdun Green #545304
RGB
CMYK
RGB Variations
Color information
#545304 (or 0x545304) is known color: Verdun Green. HEX triplet: 54, 53 and 04. RGB value is (84,83,4). Sum of RGB (Red+Green+Blue) = 84+83+4=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #545304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545304 is #ABACFB. Grayscale: #4A4A4A. Windows color (decimal): -11250940 or 283476. OLE color: 283476.
HSL color Cylindrical-coordinate representation of color #545304: hue angle of 59.25º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #545304 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 83 | 4 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.67 |
| HSL | 59.25º | 0.91% | 0.17% | - |
| HSV(B) | 59.25º | 0.95% | 0.33% | - |
| XYZ | 6.77 | 8.08 | 1.32 | - |
| YUV | 74.29 | 88.33 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 83 | 4 | 0 | 0.01 | 0.95 | 0.67 | 59.25 | 0.91 | 0.17 |
| Hex | 54 | 53 | 4 | 0 | 1 | 5F | 43 | 3B | 5B | 11 |
| Octal | 124 | 123 | 4 | 0 | 1 | 137 | 103 | 73 | 133 | 21 |
| Binary | 1010100 | 1010011 | 100 | 0 | 1 | 1011111 | 1000011 | 111011 | 1011011 | 10001 |
Color Harmonies of #545304
Complementary color
Monochromatic Colors of #545304
Black with #545304
Text Example
Text Example
White with #545304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545304; }
p { color: rgb(84,83,4); }
H1.HeaderClassName
{
color: #545304;
}
.AnyTagClassName
{
color: #545304;
}
</style>
background-color css
<style>
a { background-color: #545304; }
a { background-color: rgb(84,83,4); }
div.DivClassName
{
background-color: #545304;
}
.BgClassName
{
background-color: #545304;
}
</style>
border-color css
<style>
span { border-color: #545304; }
span { border-color: rgb(84,83,4); }
td.TdClassName
{
border-color: #545304;
}
.TagClassName
{
border-color: #545304;
}
</style>