Shades of Verdun Green #555409
Tints of Verdun Green #555409
RGB
CMYK
RGB Variations
Color information
#555409 (or 0x555409) is known color: Verdun Green. HEX triplet: 55, 54 and 09. RGB value is (85,84,9). Sum of RGB (Red+Green+Blue) = 85+84+9=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 9 (3.91% from 255 or 5.06% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #555409 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555409 is #AAABF6. Grayscale: #4C4C4C. Windows color (decimal): -11185143 or 611413. OLE color: 611413.
HSL color Cylindrical-coordinate representation of color #555409: hue angle of 59.21º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #555409 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 84 | 9 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.67 |
| HSL | 59.21º | 0.81% | 0.18% | - |
| HSV(B) | 59.21º | 0.89% | 0.33% | - |
| XYZ | 6.97 | 8.29 | 1.49 | - |
| YUV | 75.75 | 90.33 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 9 | 0 | 0.01 | 0.89 | 0.67 | 59.21 | 0.81 | 0.18 |
| Hex | 55 | 54 | 9 | 0 | 1 | 59 | 43 | 3B | 51 | 12 |
| Octal | 125 | 124 | 11 | 0 | 1 | 131 | 103 | 73 | 121 | 22 |
| Binary | 1010101 | 1010100 | 1001 | 0 | 1 | 1011001 | 1000011 | 111011 | 1010001 | 10010 |
Color Harmonies of #555409
Complementary color
Monochromatic Colors of #555409
Black with #555409
Text Example
Text Example
White with #555409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555409; }
p { color: rgb(85,84,9); }
H1.HeaderClassName
{
color: #555409;
}
.AnyTagClassName
{
color: #555409;
}
</style>
background-color css
<style>
a { background-color: #555409; }
a { background-color: rgb(85,84,9); }
div.DivClassName
{
background-color: #555409;
}
.BgClassName
{
background-color: #555409;
}
</style>
border-color css
<style>
span { border-color: #555409; }
span { border-color: rgb(85,84,9); }
td.TdClassName
{
border-color: #555409;
}
.TagClassName
{
border-color: #555409;
}
</style>