Shades of Verdun Green #555F07
Tints of Verdun Green #555F07
RGB
CMYK
RGB Variations
Color information
#555F07 (or 0x555F07) is known color: Verdun Green. HEX triplet: 55, 5F and 07. RGB value is (85,95,7). Sum of RGB (Red+Green+Blue) = 85+95+7=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 95 (37.5% from 255 or 50.80% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 95 - color contains mainly: green. Hex color #555F07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555F07 is #AAA0F8. Grayscale: #525252. Windows color (decimal): -11182329 or 483157. OLE color: 483157.
HSL color Cylindrical-coordinate representation of color #555F07: hue angle of 66.82º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #555F07 is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 95 | 7 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.63 |
| HSL | 66.82º | 0.86% | 0.2% | - |
| HSV(B) | 66.82º | 0.93% | 0.37% | - |
| XYZ | 7.88 | 10.13 | 1.74 | - |
| YUV | 81.98 | 85.69 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 7 | 0.11 | 0 | 0.93 | 0.63 | 66.82 | 0.86 | 0.2 |
| Hex | 55 | 5F | 7 | B | 0 | 5D | 3F | 43 | 56 | 14 |
| Octal | 125 | 137 | 7 | 13 | 0 | 135 | 77 | 103 | 126 | 24 |
| Binary | 1010101 | 1011111 | 111 | 1011 | 0 | 1011101 | 111111 | 1000011 | 1010110 | 10100 |
Color Harmonies of #555F07
Complementary color
Monochromatic Colors of #555F07
Black with #555F07
Text Example
Text Example
White with #555F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F07; }
p { color: rgb(85,95,7); }
H1.HeaderClassName
{
color: #555F07;
}
.AnyTagClassName
{
color: #555F07;
}
</style>
background-color css
<style>
a { background-color: #555F07; }
a { background-color: rgb(85,95,7); }
div.DivClassName
{
background-color: #555F07;
}
.BgClassName
{
background-color: #555F07;
}
</style>
border-color css
<style>
span { border-color: #555F07; }
span { border-color: rgb(85,95,7); }
td.TdClassName
{
border-color: #555F07;
}
.TagClassName
{
border-color: #555F07;
}
</style>