Shades of Verdun Green #3E5D07
Tints of Verdun Green #3E5D07
RGB
CMYK
RGB Variations
Color information
#3E5D07 (or 0x3E5D07) is known color: Verdun Green. HEX triplet: 3E, 5D and 07. RGB value is (62,93,7). Sum of RGB (Red+Green+Blue) = 62+93+7=162 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.27% from 162); Green value is 93 (36.72% from 255 or 57.41% from 162); Blue value is 7 (3.12% from 255 or 4.32% from 162); Max value from RGB is 93 - color contains mainly: green. Hex color #3E5D07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5D07 is #C1A2F8. Grayscale: #4A4A4A. Windows color (decimal): -12690169 or 482622. OLE color: 482622.
HSL color Cylindrical-coordinate representation of color #3E5D07: hue angle of 81.63º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E5D07 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 93 | 7 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.64 |
| HSL | 81.63º | 0.86% | 0.2% | - |
| HSV(B) | 81.63º | 0.92% | 0.36% | - |
| XYZ | 5.94 | 8.87 | 1.6 | - |
| YUV | 73.93 | 90.23 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 93 | 7 | 0.33 | 0 | 0.92 | 0.64 | 81.63 | 0.86 | 0.2 |
| Hex | 3E | 5D | 7 | 21 | 0 | 5C | 40 | 52 | 56 | 14 |
| Octal | 76 | 135 | 7 | 41 | 0 | 134 | 100 | 122 | 126 | 24 |
| Binary | 111110 | 1011101 | 111 | 100001 | 0 | 1011100 | 1000000 | 1010010 | 1010110 | 10100 |
Color Harmonies of #3E5D07
Complementary color
Monochromatic Colors of #3E5D07
Black with #3E5D07
Text Example
Text Example
White with #3E5D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5D07; }
p { color: rgb(62,93,7); }
H1.HeaderClassName
{
color: #3E5D07;
}
.AnyTagClassName
{
color: #3E5D07;
}
</style>
background-color css
<style>
a { background-color: #3E5D07; }
a { background-color: rgb(62,93,7); }
div.DivClassName
{
background-color: #3E5D07;
}
.BgClassName
{
background-color: #3E5D07;
}
</style>
border-color css
<style>
span { border-color: #3E5D07; }
span { border-color: rgb(62,93,7); }
td.TdClassName
{
border-color: #3E5D07;
}
.TagClassName
{
border-color: #3E5D07;
}
</style>