Shades of Verdun Green #3E6F00
Tints of Verdun Green #3E6F00
RGB
CMYK
RGB Variations
Color information
#3E6F00 (or 0x3E6F00) is known color: Verdun Green. HEX triplet: 3E, 6F and 00. RGB value is (62,111,0). Sum of RGB (Red+Green+Blue) = 62+111+0=173 (22% of max value = 765). Red value is 62 (24.61% from 255 or 35.84% from 173); Green value is 111 (43.75% from 255 or 64.16% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 111 - color contains mainly: green. Hex color #3E6F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6F00 is #C190FF. Grayscale: #545454. Windows color (decimal): -12685568 or 28478. OLE color: 28478.
HSL color Cylindrical-coordinate representation of color #3E6F00: hue angle of 86.49º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E6F00 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 111 | 0 | - |
| CMYK | 0.44 | 0 | 1 | 0.56 |
| HSL | 86.49º | 1% | 0.22% | - |
| HSV(B) | 86.49º | 1% | 0.44% | - |
| XYZ | 7.67 | 12.39 | 1.99 | - |
| YUV | 83.7 | 80.77 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 111 | 0 | 0.44 | 0 | 1 | 0.56 | 86.49 | 1 | 0.22 |
| Hex | 3E | 6F | 0 | 2C | 0 | 64 | 38 | 56 | 64 | 16 |
| Octal | 76 | 157 | 0 | 54 | 0 | 144 | 70 | 126 | 144 | 26 |
| Binary | 111110 | 1101111 | 0 | 101100 | 0 | 1100100 | 111000 | 1010110 | 1100100 | 10110 |
Color Harmonies of #3E6F00
Complementary color
Monochromatic Colors of #3E6F00
Black with #3E6F00
Text Example
Text Example
White with #3E6F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6F00; }
p { color: rgb(62,111,0); }
H1.HeaderClassName
{
color: #3E6F00;
}
.AnyTagClassName
{
color: #3E6F00;
}
</style>
background-color css
<style>
a { background-color: #3E6F00; }
a { background-color: rgb(62,111,0); }
div.DivClassName
{
background-color: #3E6F00;
}
.BgClassName
{
background-color: #3E6F00;
}
</style>
border-color css
<style>
span { border-color: #3E6F00; }
span { border-color: rgb(62,111,0); }
td.TdClassName
{
border-color: #3E6F00;
}
.TagClassName
{
border-color: #3E6F00;
}
</style>