Shades of Verdun Green #3D5903
Tints of Verdun Green #3D5903
RGB
CMYK
RGB Variations
Color information
#3D5903 (or 0x3D5903) is known color: Verdun Green. HEX triplet: 3D, 59 and 03. RGB value is (61,89,3). Sum of RGB (Red+Green+Blue) = 61+89+3=153 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.87% from 153); Green value is 89 (35.16% from 255 or 58.17% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 89 - color contains mainly: green. Hex color #3D5903 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5903 is #C2A6FC. Grayscale: #474747. Windows color (decimal): -12756733 or 219453. OLE color: 219453.
HSL color Cylindrical-coordinate representation of color #3D5903: hue angle of 79.53º 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 #3D5903 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 89 | 3 | - |
| CMYK | 0.31 | 0 | 0.97 | 0.65 |
| HSL | 79.53º | 0.93% | 0.18% | - |
| HSV(B) | 79.53º | 0.97% | 0.35% | - |
| XYZ | 5.51 | 8.14 | 1.37 | - |
| YUV | 70.82 | 89.72 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 89 | 3 | 0.31 | 0 | 0.97 | 0.65 | 79.53 | 0.93 | 0.18 |
| Hex | 3D | 59 | 3 | 1F | 0 | 61 | 41 | 50 | 5D | 12 |
| Octal | 75 | 131 | 3 | 37 | 0 | 141 | 101 | 120 | 135 | 22 |
| Binary | 111101 | 1011001 | 11 | 11111 | 0 | 1100001 | 1000001 | 1010000 | 1011101 | 10010 |
Color Harmonies of #3D5903
Complementary color
Monochromatic Colors of #3D5903
Black with #3D5903
Text Example
Text Example
White with #3D5903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5903; }
p { color: rgb(61,89,3); }
H1.HeaderClassName
{
color: #3D5903;
}
.AnyTagClassName
{
color: #3D5903;
}
</style>
background-color css
<style>
a { background-color: #3D5903; }
a { background-color: rgb(61,89,3); }
div.DivClassName
{
background-color: #3D5903;
}
.BgClassName
{
background-color: #3D5903;
}
</style>
border-color css
<style>
span { border-color: #3D5903; }
span { border-color: rgb(61,89,3); }
td.TdClassName
{
border-color: #3D5903;
}
.TagClassName
{
border-color: #3D5903;
}
</style>