Shades of Verdun Green #58610C
Tints of Verdun Green #58610C
RGB
CMYK
RGB Variations
Color information
#58610C (or 0x58610C) is known color: Verdun Green. HEX triplet: 58, 61 and 0C. RGB value is (88,97,12). Sum of RGB (Red+Green+Blue) = 88+97+12=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #58610C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58610C is #A79EF3. Grayscale: #545454. Windows color (decimal): -10985204 or 811352. OLE color: 811352.
HSL color Cylindrical-coordinate representation of color #58610C: hue angle of 66.35º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #58610C is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 97 | 12 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.62 |
| HSL | 66.35º | 0.78% | 0.21% | - |
| HSV(B) | 66.35º | 0.88% | 0.38% | - |
| XYZ | 8.37 | 10.65 | 1.96 | - |
| YUV | 84.62 | 87.02 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 97 | 12 | 0.09 | 0 | 0.88 | 0.62 | 66.35 | 0.78 | 0.21 |
| Hex | 58 | 61 | C | 9 | 0 | 58 | 3E | 42 | 4E | 15 |
| Octal | 130 | 141 | 14 | 11 | 0 | 130 | 76 | 102 | 116 | 25 |
| Binary | 1011000 | 1100001 | 1100 | 1001 | 0 | 1011000 | 111110 | 1000010 | 1001110 | 10101 |
Color Harmonies of #58610C
Complementary color
Monochromatic Colors of #58610C
Black with #58610C
Text Example
Text Example
White with #58610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58610C; }
p { color: rgb(88,97,12); }
H1.HeaderClassName
{
color: #58610C;
}
.AnyTagClassName
{
color: #58610C;
}
</style>
background-color css
<style>
a { background-color: #58610C; }
a { background-color: rgb(88,97,12); }
div.DivClassName
{
background-color: #58610C;
}
.BgClassName
{
background-color: #58610C;
}
</style>
border-color css
<style>
span { border-color: #58610C; }
span { border-color: rgb(88,97,12); }
td.TdClassName
{
border-color: #58610C;
}
.TagClassName
{
border-color: #58610C;
}
</style>