Shades of Verdun Green #3E5803
Tints of Verdun Green #3E5803
RGB
CMYK
RGB Variations
Color information
#3E5803 (or 0x3E5803) is known color: Verdun Green. HEX triplet: 3E, 58 and 03. RGB value is (62,88,3). Sum of RGB (Red+Green+Blue) = 62+88+3=153 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.52% from 153); Green value is 88 (34.77% from 255 or 57.52% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 88 - color contains mainly: green. Hex color #3E5803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5803 is #C1A7FC. Grayscale: #464646. Windows color (decimal): -12691453 or 219198. OLE color: 219198.
HSL color Cylindrical-coordinate representation of color #3E5803: hue angle of 78.35º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E5803 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 88 | 3 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.65 |
| HSL | 78.35º | 0.93% | 0.18% | - |
| HSV(B) | 78.35º | 0.97% | 0.35% | - |
| XYZ | 5.49 | 8.01 | 1.34 | - |
| YUV | 70.54 | 89.89 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 88 | 3 | 0.30 | 0 | 0.97 | 0.65 | 78.35 | 0.93 | 0.18 |
| Hex | 3E | 58 | 3 | 1E | 0 | 61 | 41 | 4E | 5D | 12 |
| Octal | 76 | 130 | 3 | 36 | 0 | 141 | 101 | 116 | 135 | 22 |
| Binary | 111110 | 1011000 | 11 | 11110 | 0 | 1100001 | 1000001 | 1001110 | 1011101 | 10010 |
Color Harmonies of #3E5803
Complementary color
Monochromatic Colors of #3E5803
Black with #3E5803
Text Example
Text Example
White with #3E5803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5803; }
p { color: rgb(62,88,3); }
H1.HeaderClassName
{
color: #3E5803;
}
.AnyTagClassName
{
color: #3E5803;
}
</style>
background-color css
<style>
a { background-color: #3E5803; }
a { background-color: rgb(62,88,3); }
div.DivClassName
{
background-color: #3E5803;
}
.BgClassName
{
background-color: #3E5803;
}
</style>
border-color css
<style>
span { border-color: #3E5803; }
span { border-color: rgb(62,88,3); }
td.TdClassName
{
border-color: #3E5803;
}
.TagClassName
{
border-color: #3E5803;
}
</style>