Shades of Verdun Green #3A630E
Tints of Verdun Green #3A630E
RGB
CMYK
RGB Variations
Color information
#3A630E (or 0x3A630E) is known color: Verdun Green. HEX triplet: 3A, 63 and 0E. RGB value is (58,99,14). Sum of RGB (Red+Green+Blue) = 58+99+14=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 99 (39.06% from 255 or 57.89% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 99 - color contains mainly: green. Hex color #3A630E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A630E is #C59CF1. Grayscale: #4D4D4D. Windows color (decimal): -12950770 or 942906. OLE color: 942906.
HSL color Cylindrical-coordinate representation of color #3A630E: hue angle of 88.94º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A630E is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 58 | 99 | 14 | - |
| CMYK | 0.41 | 0 | 0.86 | 0.61 |
| HSL | 88.94º | 0.75% | 0.22% | - |
| HSV(B) | 88.94º | 0.86% | 0.39% | - |
| XYZ | 6.29 | 9.85 | 1.99 | - |
| YUV | 77.05 | 92.42 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 99 | 14 | 0.41 | 0 | 0.86 | 0.61 | 88.94 | 0.75 | 0.22 |
| Hex | 3A | 63 | E | 29 | 0 | 56 | 3D | 59 | 4B | 16 |
| Octal | 72 | 143 | 16 | 51 | 0 | 126 | 75 | 131 | 113 | 26 |
| Binary | 111010 | 1100011 | 1110 | 101001 | 0 | 1010110 | 111101 | 1011001 | 1001011 | 10110 |
Color Harmonies of #3A630E
Complementary color
Monochromatic Colors of #3A630E
Black with #3A630E
Text Example
Text Example
White with #3A630E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A630E; }
p { color: rgb(58,99,14); }
H1.HeaderClassName
{
color: #3A630E;
}
.AnyTagClassName
{
color: #3A630E;
}
</style>
background-color css
<style>
a { background-color: #3A630E; }
a { background-color: rgb(58,99,14); }
div.DivClassName
{
background-color: #3A630E;
}
.BgClassName
{
background-color: #3A630E;
}
</style>
border-color css
<style>
span { border-color: #3A630E; }
span { border-color: rgb(58,99,14); }
td.TdClassName
{
border-color: #3A630E;
}
.TagClassName
{
border-color: #3A630E;
}
</style>