Shades of Verdun Green #3D5D11
Tints of Verdun Green #3D5D11
RGB
CMYK
RGB Variations
Color information
#3D5D11 (or 0x3D5D11) is known color: Verdun Green. HEX triplet: 3D, 5D and 11. RGB value is (61,93,17). Sum of RGB (Red+Green+Blue) = 61+93+17=171 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.67% from 171); Green value is 93 (36.72% from 255 or 54.39% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 93 - color contains mainly: green. Hex color #3D5D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5D11 is #C2A2EE. Grayscale: #4B4B4B. Windows color (decimal): -12755695 or 1137981. OLE color: 1137981.
HSL color Cylindrical-coordinate representation of color #3D5D11: hue angle of 85.26º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D5D11 is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 93 | 17 | - |
| CMYK | 0.34 | 0 | 0.82 | 0.64 |
| HSL | 85.26º | 0.69% | 0.22% | - |
| HSV(B) | 85.26º | 0.82% | 0.36% | - |
| XYZ | 5.94 | 8.86 | 1.93 | - |
| YUV | 74.77 | 95.4 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 93 | 17 | 0.34 | 0 | 0.82 | 0.64 | 85.26 | 0.69 | 0.22 |
| Hex | 3D | 5D | 11 | 22 | 0 | 52 | 40 | 55 | 45 | 16 |
| Octal | 75 | 135 | 21 | 42 | 0 | 122 | 100 | 125 | 105 | 26 |
| Binary | 111101 | 1011101 | 10001 | 100010 | 0 | 1010010 | 1000000 | 1010101 | 1000101 | 10110 |
Color Harmonies of #3D5D11
Complementary color
Monochromatic Colors of #3D5D11
Black with #3D5D11
Text Example
Text Example
White with #3D5D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5D11; }
p { color: rgb(61,93,17); }
H1.HeaderClassName
{
color: #3D5D11;
}
.AnyTagClassName
{
color: #3D5D11;
}
</style>
background-color css
<style>
a { background-color: #3D5D11; }
a { background-color: rgb(61,93,17); }
div.DivClassName
{
background-color: #3D5D11;
}
.BgClassName
{
background-color: #3D5D11;
}
</style>
border-color css
<style>
span { border-color: #3D5D11; }
span { border-color: rgb(61,93,17); }
td.TdClassName
{
border-color: #3D5D11;
}
.TagClassName
{
border-color: #3D5D11;
}
</style>