Shades of Verdun Green #3E630F
Tints of Verdun Green #3E630F
RGB
CMYK
RGB Variations
Color information
#3E630F (or 0x3E630F) is known color: Verdun Green. HEX triplet: 3E, 63 and 0F. RGB value is (62,99,15). Sum of RGB (Red+Green+Blue) = 62+99+15=176 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.23% from 176); Green value is 99 (39.06% from 255 or 56.25% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 99 - color contains mainly: green. Hex color #3E630F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E630F is #C19CF0. Grayscale: #4E4E4E. Windows color (decimal): -12688625 or 1008446. OLE color: 1008446.
HSL color Cylindrical-coordinate representation of color #3E630F: hue angle of 86.43º 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 #3E630F is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 62 | 99 | 15 | - |
| CMYK | 0.37 | 0 | 0.85 | 0.61 |
| HSL | 86.43º | 0.74% | 0.22% | - |
| HSV(B) | 86.43º | 0.85% | 0.39% | - |
| XYZ | 6.53 | 9.98 | 2.03 | - |
| YUV | 78.36 | 92.24 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 99 | 15 | 0.37 | 0 | 0.85 | 0.61 | 86.43 | 0.74 | 0.22 |
| Hex | 3E | 63 | F | 25 | 0 | 55 | 3D | 56 | 4A | 16 |
| Octal | 76 | 143 | 17 | 45 | 0 | 125 | 75 | 126 | 112 | 26 |
| Binary | 111110 | 1100011 | 1111 | 100101 | 0 | 1010101 | 111101 | 1010110 | 1001010 | 10110 |
Color Harmonies of #3E630F
Complementary color
Monochromatic Colors of #3E630F
Black with #3E630F
Text Example
Text Example
White with #3E630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E630F; }
p { color: rgb(62,99,15); }
H1.HeaderClassName
{
color: #3E630F;
}
.AnyTagClassName
{
color: #3E630F;
}
</style>
background-color css
<style>
a { background-color: #3E630F; }
a { background-color: rgb(62,99,15); }
div.DivClassName
{
background-color: #3E630F;
}
.BgClassName
{
background-color: #3E630F;
}
</style>
border-color css
<style>
span { border-color: #3E630F; }
span { border-color: rgb(62,99,15); }
td.TdClassName
{
border-color: #3E630F;
}
.TagClassName
{
border-color: #3E630F;
}
</style>