Shades of Verdun Green #3E4300
Tints of Verdun Green #3E4300
RGB
CMYK
RGB Variations
Color information
#3E4300 (or 0x3E4300) is known color: Verdun Green. HEX triplet: 3E, 43 and 00. RGB value is (62,67,0). Sum of RGB (Red+Green+Blue) = 62+67+0=129 (17% of max value = 765). Red value is 62 (24.61% from 255 or 48.06% from 129); Green value is 67 (26.56% from 255 or 51.94% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 67 - color contains mainly: green. Hex color #3E4300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4300 is #C1BCFF. Grayscale: #3A3A3A. Windows color (decimal): -12696832 or 17214. OLE color: 17214.
HSL color Cylindrical-coordinate representation of color #3E4300: hue angle of 64.48º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E4300 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 62 | 67 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.74 |
| HSL | 64.48º | 1% | 0.13% | - |
| HSV(B) | 64.48º | 1% | 0.26% | - |
| XYZ | 3.99 | 5.04 | 0.76 | - |
| YUV | 57.87 | 95.34 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 67 | 0 | 0.07 | 0 | 1 | 0.74 | 64.48 | 1 | 0.13 |
| Hex | 3E | 43 | 0 | 7 | 0 | 64 | 4A | 40 | 64 | D |
| Octal | 76 | 103 | 0 | 7 | 0 | 144 | 112 | 100 | 144 | 15 |
| Binary | 111110 | 1000011 | 0 | 111 | 0 | 1100100 | 1001010 | 1000000 | 1100100 | 1101 |
Color Harmonies of #3E4300
Complementary color
Monochromatic Colors of #3E4300
Black with #3E4300
Text Example
Text Example
White with #3E4300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4300; }
p { color: rgb(62,67,0); }
H1.HeaderClassName
{
color: #3E4300;
}
.AnyTagClassName
{
color: #3E4300;
}
</style>
background-color css
<style>
a { background-color: #3E4300; }
a { background-color: rgb(62,67,0); }
div.DivClassName
{
background-color: #3E4300;
}
.BgClassName
{
background-color: #3E4300;
}
</style>
border-color css
<style>
span { border-color: #3E4300; }
span { border-color: rgb(62,67,0); }
td.TdClassName
{
border-color: #3E4300;
}
.TagClassName
{
border-color: #3E4300;
}
</style>