Shades of Verdun Green #58630D
Tints of Verdun Green #58630D
RGB
CMYK
RGB Variations
Color information
#58630D (or 0x58630D) is known color: Verdun Green. HEX triplet: 58, 63 and 0D. RGB value is (88,99,13). Sum of RGB (Red+Green+Blue) = 88+99+13=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 99 (39.06% from 255 or 49.5% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 99 - color contains mainly: green. Hex color #58630D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58630D is #A79CF2. Grayscale: #565656. Windows color (decimal): -10984691 or 877400. OLE color: 877400.
HSL color Cylindrical-coordinate representation of color #58630D: hue angle of 67.67º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #58630D is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 88 | 99 | 13 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.61 |
| HSL | 67.67º | 0.77% | 0.22% | - |
| HSV(B) | 67.67º | 0.87% | 0.39% | - |
| XYZ | 8.56 | 11.03 | 2.06 | - |
| YUV | 85.91 | 86.86 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 99 | 13 | 0.11 | 0 | 0.87 | 0.61 | 67.67 | 0.77 | 0.22 |
| Hex | 58 | 63 | D | B | 0 | 57 | 3D | 44 | 4D | 16 |
| Octal | 130 | 143 | 15 | 13 | 0 | 127 | 75 | 104 | 115 | 26 |
| Binary | 1011000 | 1100011 | 1101 | 1011 | 0 | 1010111 | 111101 | 1000100 | 1001101 | 10110 |
Color Harmonies of #58630D
Complementary color
Monochromatic Colors of #58630D
Black with #58630D
Text Example
Text Example
White with #58630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58630D; }
p { color: rgb(88,99,13); }
H1.HeaderClassName
{
color: #58630D;
}
.AnyTagClassName
{
color: #58630D;
}
</style>
background-color css
<style>
a { background-color: #58630D; }
a { background-color: rgb(88,99,13); }
div.DivClassName
{
background-color: #58630D;
}
.BgClassName
{
background-color: #58630D;
}
</style>
border-color css
<style>
span { border-color: #58630D; }
span { border-color: rgb(88,99,13); }
td.TdClassName
{
border-color: #58630D;
}
.TagClassName
{
border-color: #58630D;
}
</style>