Shades of Verdun Green #556409
Tints of Verdun Green #556409
RGB
CMYK
RGB Variations
Color information
#556409 (or 0x556409) is known color: Verdun Green. HEX triplet: 55, 64 and 09. RGB value is (85,100,9). Sum of RGB (Red+Green+Blue) = 85+100+9=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 100 (39.45% from 255 or 51.55% from 194); Blue value is 9 (3.91% from 255 or 4.64% from 194); Max value from RGB is 100 - color contains mainly: green. Hex color #556409 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556409 is #AA9BF6. Grayscale: #555555. Windows color (decimal): -11181047 or 615509. OLE color: 615509.
HSL color Cylindrical-coordinate representation of color #556409: hue angle of 69.89º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #556409 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 100 | 9 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.61 |
| HSL | 69.89º | 0.83% | 0.21% | - |
| HSV(B) | 69.89º | 0.91% | 0.39% | - |
| XYZ | 8.35 | 11.07 | 1.95 | - |
| YUV | 85.14 | 85.03 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 9 | 0.15 | 0 | 0.91 | 0.61 | 69.89 | 0.83 | 0.21 |
| Hex | 55 | 64 | 9 | F | 0 | 5B | 3D | 46 | 53 | 15 |
| Octal | 125 | 144 | 11 | 17 | 0 | 133 | 75 | 106 | 123 | 25 |
| Binary | 1010101 | 1100100 | 1001 | 1111 | 0 | 1011011 | 111101 | 1000110 | 1010011 | 10101 |
Color Harmonies of #556409
Complementary color
Monochromatic Colors of #556409
Black with #556409
Text Example
Text Example
White with #556409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556409; }
p { color: rgb(85,100,9); }
H1.HeaderClassName
{
color: #556409;
}
.AnyTagClassName
{
color: #556409;
}
</style>
background-color css
<style>
a { background-color: #556409; }
a { background-color: rgb(85,100,9); }
div.DivClassName
{
background-color: #556409;
}
.BgClassName
{
background-color: #556409;
}
</style>
border-color css
<style>
span { border-color: #556409; }
span { border-color: rgb(85,100,9); }
td.TdClassName
{
border-color: #556409;
}
.TagClassName
{
border-color: #556409;
}
</style>