Shades of Verdun Green #545504
Tints of Verdun Green #545504
RGB
CMYK
RGB Variations
Color information
#545504 (or 0x545504) is known color: Verdun Green. HEX triplet: 54, 55 and 04. RGB value is (84,85,4). Sum of RGB (Red+Green+Blue) = 84+85+4=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #545504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545504 is #ABAAFB. Grayscale: #4B4B4B. Windows color (decimal): -11250428 or 283988. OLE color: 283988.
HSL color Cylindrical-coordinate representation of color #545504: hue angle of 60.74º 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 #545504 is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 85 | 4 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.67 |
| HSL | 60.74º | 0.91% | 0.17% | - |
| HSV(B) | 60.74º | 0.95% | 0.33% | - |
| XYZ | 6.93 | 8.39 | 1.37 | - |
| YUV | 75.47 | 87.67 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 4 | 0.01 | 0 | 0.95 | 0.67 | 60.74 | 0.91 | 0.17 |
| Hex | 54 | 55 | 4 | 1 | 0 | 5F | 43 | 3D | 5B | 11 |
| Octal | 124 | 125 | 4 | 1 | 0 | 137 | 103 | 75 | 133 | 21 |
| Binary | 1010100 | 1010101 | 100 | 1 | 0 | 1011111 | 1000011 | 111101 | 1011011 | 10001 |
Color Harmonies of #545504
Complementary color
Monochromatic Colors of #545504
Black with #545504
Text Example
Text Example
White with #545504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545504; }
p { color: rgb(84,85,4); }
H1.HeaderClassName
{
color: #545504;
}
.AnyTagClassName
{
color: #545504;
}
</style>
background-color css
<style>
a { background-color: #545504; }
a { background-color: rgb(84,85,4); }
div.DivClassName
{
background-color: #545504;
}
.BgClassName
{
background-color: #545504;
}
</style>
border-color css
<style>
span { border-color: #545504; }
span { border-color: rgb(84,85,4); }
td.TdClassName
{
border-color: #545504;
}
.TagClassName
{
border-color: #545504;
}
</style>