Shades of Verdun Green #58620F
Tints of Verdun Green #58620F
RGB
CMYK
RGB Variations
Color information
#58620F (or 0x58620F) is known color: Verdun Green. HEX triplet: 58, 62 and 0F. RGB value is (88,98,15). Sum of RGB (Red+Green+Blue) = 88+98+15=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 98 - color contains mainly: green. Hex color #58620F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58620F is #A79DF0. Grayscale: #555555. Windows color (decimal): -10984945 or 1008216. OLE color: 1008216.
HSL color Cylindrical-coordinate representation of color #58620F: hue angle of 67.23º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #58620F is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 98 | 15 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.62 |
| HSL | 67.23º | 0.73% | 0.22% | - |
| HSV(B) | 67.23º | 0.85% | 0.38% | - |
| XYZ | 8.48 | 10.84 | 2.1 | - |
| YUV | 85.55 | 88.19 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 98 | 15 | 0.10 | 0 | 0.85 | 0.62 | 67.23 | 0.73 | 0.22 |
| Hex | 58 | 62 | F | A | 0 | 55 | 3E | 43 | 49 | 16 |
| Octal | 130 | 142 | 17 | 12 | 0 | 125 | 76 | 103 | 111 | 26 |
| Binary | 1011000 | 1100010 | 1111 | 1010 | 0 | 1010101 | 111110 | 1000011 | 1001001 | 10110 |
Color Harmonies of #58620F
Complementary color
Monochromatic Colors of #58620F
Black with #58620F
Text Example
Text Example
White with #58620F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58620F; }
p { color: rgb(88,98,15); }
H1.HeaderClassName
{
color: #58620F;
}
.AnyTagClassName
{
color: #58620F;
}
</style>
background-color css
<style>
a { background-color: #58620F; }
a { background-color: rgb(88,98,15); }
div.DivClassName
{
background-color: #58620F;
}
.BgClassName
{
background-color: #58620F;
}
</style>
border-color css
<style>
span { border-color: #58620F; }
span { border-color: rgb(88,98,15); }
td.TdClassName
{
border-color: #58620F;
}
.TagClassName
{
border-color: #58620F;
}
</style>