Shades of Verdun Green #3E6509
Tints of Verdun Green #3E6509
RGB
CMYK
RGB Variations
Color information
#3E6509 (or 0x3E6509) is known color: Verdun Green. HEX triplet: 3E, 65 and 09. RGB value is (62,101,9). Sum of RGB (Red+Green+Blue) = 62+101+9=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 101 (39.84% from 255 or 58.72% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 101 - color contains mainly: green. Hex color #3E6509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E6509 is #C19AF6. Grayscale: #4F4F4F. Windows color (decimal): -12688119 or 615742. OLE color: 615742.
HSL color Cylindrical-coordinate representation of color #3E6509: hue angle of 85.43º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3E6509 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 62 | 101 | 9 | - |
| CMYK | 0.39 | 0 | 0.91 | 0.60 |
| HSL | 85.43º | 0.84% | 0.22% | - |
| HSV(B) | 85.43º | 0.91% | 0.4% | - |
| XYZ | 6.69 | 10.35 | 1.9 | - |
| YUV | 78.85 | 88.58 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 101 | 9 | 0.39 | 0 | 0.91 | 0.60 | 85.43 | 0.84 | 0.22 |
| Hex | 3E | 65 | 9 | 27 | 0 | 5B | 3C | 55 | 54 | 16 |
| Octal | 76 | 145 | 11 | 47 | 0 | 133 | 74 | 125 | 124 | 26 |
| Binary | 111110 | 1100101 | 1001 | 100111 | 0 | 1011011 | 111100 | 1010101 | 1010100 | 10110 |
Color Harmonies of #3E6509
Complementary color
Monochromatic Colors of #3E6509
Black with #3E6509
Text Example
Text Example
White with #3E6509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6509; }
p { color: rgb(62,101,9); }
H1.HeaderClassName
{
color: #3E6509;
}
.AnyTagClassName
{
color: #3E6509;
}
</style>
background-color css
<style>
a { background-color: #3E6509; }
a { background-color: rgb(62,101,9); }
div.DivClassName
{
background-color: #3E6509;
}
.BgClassName
{
background-color: #3E6509;
}
</style>
border-color css
<style>
span { border-color: #3E6509; }
span { border-color: rgb(62,101,9); }
td.TdClassName
{
border-color: #3E6509;
}
.TagClassName
{
border-color: #3E6509;
}
</style>