Shades of Verdun Green #3E460D
Tints of Verdun Green #3E460D
RGB
CMYK
RGB Variations
Color information
#3E460D (or 0x3E460D) is known color: Verdun Green. HEX triplet: 3E, 46 and 0D. RGB value is (62,70,13). Sum of RGB (Red+Green+Blue) = 62+70+13=145 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.76% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 70 - color contains mainly: green. Hex color #3E460D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E460D is #C1B9F2. Grayscale: #3D3D3D. Windows color (decimal): -12696051 or 869950. OLE color: 869950.
HSL color Cylindrical-coordinate representation of color #3E460D: hue angle of 68.42º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E460D is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 70 | 13 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.73 |
| HSL | 68.42º | 0.69% | 0.16% | - |
| HSV(B) | 68.42º | 0.81% | 0.27% | - |
| XYZ | 4.25 | 5.43 | 1.21 | - |
| YUV | 61.11 | 100.85 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 70 | 13 | 0.11 | 0 | 0.81 | 0.73 | 68.42 | 0.69 | 0.16 |
| Hex | 3E | 46 | D | B | 0 | 51 | 49 | 44 | 45 | 10 |
| Octal | 76 | 106 | 15 | 13 | 0 | 121 | 111 | 104 | 105 | 20 |
| Binary | 111110 | 1000110 | 1101 | 1011 | 0 | 1010001 | 1001001 | 1000100 | 1000101 | 10000 |
Color Harmonies of #3E460D
Complementary color
Monochromatic Colors of #3E460D
Black with #3E460D
Text Example
Text Example
White with #3E460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E460D; }
p { color: rgb(62,70,13); }
H1.HeaderClassName
{
color: #3E460D;
}
.AnyTagClassName
{
color: #3E460D;
}
</style>
background-color css
<style>
a { background-color: #3E460D; }
a { background-color: rgb(62,70,13); }
div.DivClassName
{
background-color: #3E460D;
}
.BgClassName
{
background-color: #3E460D;
}
</style>
border-color css
<style>
span { border-color: #3E460D; }
span { border-color: rgb(62,70,13); }
td.TdClassName
{
border-color: #3E460D;
}
.TagClassName
{
border-color: #3E460D;
}
</style>