Shades of Verdun Green #556407
Tints of Verdun Green #556407
RGB
CMYK
RGB Variations
Color information
#556407 (or 0x556407) is known color: Verdun Green. HEX triplet: 55, 64 and 07. RGB value is (85,100,7). Sum of RGB (Red+Green+Blue) = 85+100+7=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 100 (39.45% from 255 or 52.08% from 192); Blue value is 7 (3.12% from 255 or 3.65% from 192); Max value from RGB is 100 - color contains mainly: green. Hex color #556407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556407 is #AA9BF8. Grayscale: #555555. Windows color (decimal): -11181049 or 484437. OLE color: 484437.
HSL color Cylindrical-coordinate representation of color #556407: hue angle of 69.68º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #556407 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 100 | 7 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.61 |
| HSL | 69.68º | 0.87% | 0.21% | - |
| HSV(B) | 69.68º | 0.93% | 0.39% | - |
| XYZ | 8.34 | 11.06 | 1.9 | - |
| YUV | 84.91 | 84.03 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 7 | 0.15 | 0 | 0.93 | 0.61 | 69.68 | 0.87 | 0.21 |
| Hex | 55 | 64 | 7 | F | 0 | 5D | 3D | 46 | 57 | 15 |
| Octal | 125 | 144 | 7 | 17 | 0 | 135 | 75 | 106 | 127 | 25 |
| Binary | 1010101 | 1100100 | 111 | 1111 | 0 | 1011101 | 111101 | 1000110 | 1010111 | 10101 |
Color Harmonies of #556407
Complementary color
Monochromatic Colors of #556407
Black with #556407
Text Example
Text Example
White with #556407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556407; }
p { color: rgb(85,100,7); }
H1.HeaderClassName
{
color: #556407;
}
.AnyTagClassName
{
color: #556407;
}
</style>
background-color css
<style>
a { background-color: #556407; }
a { background-color: rgb(85,100,7); }
div.DivClassName
{
background-color: #556407;
}
.BgClassName
{
background-color: #556407;
}
</style>
border-color css
<style>
span { border-color: #556407; }
span { border-color: rgb(85,100,7); }
td.TdClassName
{
border-color: #556407;
}
.TagClassName
{
border-color: #556407;
}
</style>