Shades of Verdun Green #3A630F
Tints of Verdun Green #3A630F
RGB
CMYK
RGB Variations
Color information
#3A630F (or 0x3A630F) is known color: Verdun Green. HEX triplet: 3A, 63 and 0F. RGB value is (58,99,15). Sum of RGB (Red+Green+Blue) = 58+99+15=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 99 (39.06% from 255 or 57.56% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 99 - color contains mainly: green. Hex color #3A630F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A630F is #C59CF0. Grayscale: #4D4D4D. Windows color (decimal): -12950769 or 1008442. OLE color: 1008442.
HSL color Cylindrical-coordinate representation of color #3A630F: hue angle of 89.29º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A630F is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 58 | 99 | 15 | - |
| CMYK | 0.41 | 0 | 0.85 | 0.61 |
| HSL | 89.29º | 0.74% | 0.22% | - |
| HSV(B) | 89.29º | 0.85% | 0.39% | - |
| XYZ | 6.29 | 9.86 | 2.02 | - |
| YUV | 77.17 | 92.92 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 99 | 15 | 0.41 | 0 | 0.85 | 0.61 | 89.29 | 0.74 | 0.22 |
| Hex | 3A | 63 | F | 29 | 0 | 55 | 3D | 59 | 4A | 16 |
| Octal | 72 | 143 | 17 | 51 | 0 | 125 | 75 | 131 | 112 | 26 |
| Binary | 111010 | 1100011 | 1111 | 101001 | 0 | 1010101 | 111101 | 1011001 | 1001010 | 10110 |
Color Harmonies of #3A630F
Complementary color
Monochromatic Colors of #3A630F
Black with #3A630F
Text Example
Text Example
White with #3A630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A630F; }
p { color: rgb(58,99,15); }
H1.HeaderClassName
{
color: #3A630F;
}
.AnyTagClassName
{
color: #3A630F;
}
</style>
background-color css
<style>
a { background-color: #3A630F; }
a { background-color: rgb(58,99,15); }
div.DivClassName
{
background-color: #3A630F;
}
.BgClassName
{
background-color: #3A630F;
}
</style>
border-color css
<style>
span { border-color: #3A630F; }
span { border-color: rgb(58,99,15); }
td.TdClassName
{
border-color: #3A630F;
}
.TagClassName
{
border-color: #3A630F;
}
</style>