Shades of Verdun Green #556009
Tints of Verdun Green #556009
RGB
CMYK
RGB Variations
Color information
#556009 (or 0x556009) is known color: Verdun Green. HEX triplet: 55, 60 and 09. RGB value is (85,96,9). Sum of RGB (Red+Green+Blue) = 85+96+9=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 9 (3.91% from 255 or 4.74% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #556009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556009 is #AA9FF6. Grayscale: #535353. Windows color (decimal): -11182071 or 614485. OLE color: 614485.
HSL color Cylindrical-coordinate representation of color #556009: hue angle of 67.59º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #556009 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 96 | 9 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.62 |
| HSL | 67.59º | 0.83% | 0.21% | - |
| HSV(B) | 67.59º | 0.91% | 0.38% | - |
| XYZ | 7.98 | 10.32 | 1.83 | - |
| YUV | 82.79 | 86.36 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 9 | 0.11 | 0 | 0.91 | 0.62 | 67.59 | 0.83 | 0.21 |
| Hex | 55 | 60 | 9 | B | 0 | 5B | 3E | 44 | 53 | 15 |
| Octal | 125 | 140 | 11 | 13 | 0 | 133 | 76 | 104 | 123 | 25 |
| Binary | 1010101 | 1100000 | 1001 | 1011 | 0 | 1011011 | 111110 | 1000100 | 1010011 | 10101 |
Color Harmonies of #556009
Complementary color
Monochromatic Colors of #556009
Black with #556009
Text Example
Text Example
White with #556009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556009; }
p { color: rgb(85,96,9); }
H1.HeaderClassName
{
color: #556009;
}
.AnyTagClassName
{
color: #556009;
}
</style>
background-color css
<style>
a { background-color: #556009; }
a { background-color: rgb(85,96,9); }
div.DivClassName
{
background-color: #556009;
}
.BgClassName
{
background-color: #556009;
}
</style>
border-color css
<style>
span { border-color: #556009; }
span { border-color: rgb(85,96,9); }
td.TdClassName
{
border-color: #556009;
}
.TagClassName
{
border-color: #556009;
}
</style>