Shades of Verdun Green #3E510A
Tints of Verdun Green #3E510A
RGB
CMYK
RGB Variations
Color information
#3E510A (or 0x3E510A) is known color: Verdun Green. HEX triplet: 3E, 51 and 0A. RGB value is (62,81,10). Sum of RGB (Red+Green+Blue) = 62+81+10=153 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.52% from 153); Green value is 81 (32.03% from 255 or 52.94% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 81 - color contains mainly: green. Hex color #3E510A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E510A is #C1AEF5. Grayscale: #434343. Windows color (decimal): -12693238 or 676158. OLE color: 676158.
HSL color Cylindrical-coordinate representation of color #3E510A: hue angle of 76.06º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E510A is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 62 | 81 | 10 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.68 |
| HSL | 76.06º | 0.78% | 0.18% | - |
| HSV(B) | 76.06º | 0.88% | 0.32% | - |
| XYZ | 4.98 | 6.93 | 1.36 | - |
| YUV | 67.23 | 95.71 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 81 | 10 | 0.23 | 0 | 0.88 | 0.68 | 76.06 | 0.78 | 0.18 |
| Hex | 3E | 51 | A | 17 | 0 | 58 | 44 | 4C | 4E | 12 |
| Octal | 76 | 121 | 12 | 27 | 0 | 130 | 104 | 114 | 116 | 22 |
| Binary | 111110 | 1010001 | 1010 | 10111 | 0 | 1011000 | 1000100 | 1001100 | 1001110 | 10010 |
Color Harmonies of #3E510A
Complementary color
Monochromatic Colors of #3E510A
Black with #3E510A
Text Example
Text Example
White with #3E510A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E510A; }
p { color: rgb(62,81,10); }
H1.HeaderClassName
{
color: #3E510A;
}
.AnyTagClassName
{
color: #3E510A;
}
</style>
background-color css
<style>
a { background-color: #3E510A; }
a { background-color: rgb(62,81,10); }
div.DivClassName
{
background-color: #3E510A;
}
.BgClassName
{
background-color: #3E510A;
}
</style>
border-color css
<style>
span { border-color: #3E510A; }
span { border-color: rgb(62,81,10); }
td.TdClassName
{
border-color: #3E510A;
}
.TagClassName
{
border-color: #3E510A;
}
</style>