Shades of Verdun Green #58620E
Tints of Verdun Green #58620E
RGB
CMYK
RGB Variations
Color information
#58620E (or 0x58620E) is known color: Verdun Green. HEX triplet: 58, 62 and 0E. RGB value is (88,98,14). Sum of RGB (Red+Green+Blue) = 88+98+14=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 98 (38.67% from 255 or 49% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 98 - color contains mainly: green. Hex color #58620E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58620E is #A79DF1. Grayscale: #555555. Windows color (decimal): -10984946 or 942680. OLE color: 942680.
HSL color Cylindrical-coordinate representation of color #58620E: hue angle of 67.14º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #58620E is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 98 | 14 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.62 |
| HSL | 67.14º | 0.75% | 0.22% | - |
| HSV(B) | 67.14º | 0.86% | 0.38% | - |
| XYZ | 8.47 | 10.84 | 2.06 | - |
| YUV | 85.43 | 87.69 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 98 | 14 | 0.10 | 0 | 0.86 | 0.62 | 67.14 | 0.75 | 0.22 |
| Hex | 58 | 62 | E | A | 0 | 56 | 3E | 43 | 4B | 16 |
| Octal | 130 | 142 | 16 | 12 | 0 | 126 | 76 | 103 | 113 | 26 |
| Binary | 1011000 | 1100010 | 1110 | 1010 | 0 | 1010110 | 111110 | 1000011 | 1001011 | 10110 |
Color Harmonies of #58620E
Complementary color
Monochromatic Colors of #58620E
Black with #58620E
Text Example
Text Example
White with #58620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58620E; }
p { color: rgb(88,98,14); }
H1.HeaderClassName
{
color: #58620E;
}
.AnyTagClassName
{
color: #58620E;
}
</style>
background-color css
<style>
a { background-color: #58620E; }
a { background-color: rgb(88,98,14); }
div.DivClassName
{
background-color: #58620E;
}
.BgClassName
{
background-color: #58620E;
}
</style>
border-color css
<style>
span { border-color: #58620E; }
span { border-color: rgb(88,98,14); }
td.TdClassName
{
border-color: #58620E;
}
.TagClassName
{
border-color: #58620E;
}
</style>