Shades of Verdun Green #3E4509
Tints of Verdun Green #3E4509
RGB
CMYK
RGB Variations
Color information
#3E4509 (or 0x3E4509) is known color: Verdun Green. HEX triplet: 3E, 45 and 09. RGB value is (62,69,9). Sum of RGB (Red+Green+Blue) = 62+69+9=140 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.29% from 140); Green value is 69 (27.34% from 255 or 49.29% from 140); Blue value is 9 (3.91% from 255 or 6.43% from 140); Max value from RGB is 69 - color contains mainly: green. Hex color #3E4509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4509 is #C1BAF6. Grayscale: #3C3C3C. Windows color (decimal): -12696311 or 607550. OLE color: 607550.
HSL color Cylindrical-coordinate representation of color #3E4509: hue angle of 67º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E4509 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 69 | 9 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.73 |
| HSL | 67º | 0.77% | 0.15% | - |
| HSV(B) | 67º | 0.87% | 0.27% | - |
| XYZ | 4.16 | 5.3 | 1.06 | - |
| YUV | 60.07 | 99.18 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 69 | 9 | 0.10 | 0 | 0.87 | 0.73 | 67 | 0.77 | 0.15 |
| Hex | 3E | 45 | 9 | A | 0 | 57 | 49 | 43 | 4D | F |
| Octal | 76 | 105 | 11 | 12 | 0 | 127 | 111 | 103 | 115 | 17 |
| Binary | 111110 | 1000101 | 1001 | 1010 | 0 | 1010111 | 1001001 | 1000011 | 1001101 | 1111 |
Color Harmonies of #3E4509
Complementary color
Monochromatic Colors of #3E4509
Black with #3E4509
Text Example
Text Example
White with #3E4509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4509; }
p { color: rgb(62,69,9); }
H1.HeaderClassName
{
color: #3E4509;
}
.AnyTagClassName
{
color: #3E4509;
}
</style>
background-color css
<style>
a { background-color: #3E4509; }
a { background-color: rgb(62,69,9); }
div.DivClassName
{
background-color: #3E4509;
}
.BgClassName
{
background-color: #3E4509;
}
</style>
border-color css
<style>
span { border-color: #3E4509; }
span { border-color: rgb(62,69,9); }
td.TdClassName
{
border-color: #3E4509;
}
.TagClassName
{
border-color: #3E4509;
}
</style>