Shades of Verdun Green #3D5810
Tints of Verdun Green #3D5810
RGB
CMYK
RGB Variations
Color information
#3D5810 (or 0x3D5810) is known color: Verdun Green. HEX triplet: 3D, 58 and 10. RGB value is (61,88,16). Sum of RGB (Red+Green+Blue) = 61+88+16=165 (21% of max value = 765). Red value is 61 (24.22% from 255 or 36.97% from 165); Green value is 88 (34.77% from 255 or 53.33% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 88 - color contains mainly: green. Hex color #3D5810 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5810 is #C2A7EF. Grayscale: #474747. Windows color (decimal): -12756976 or 1071165. OLE color: 1071165.
HSL color Cylindrical-coordinate representation of color #3D5810: hue angle of 82.5º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D5810 is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 88 | 16 | - |
| CMYK | 0.31 | 0 | 0.82 | 0.65 |
| HSL | 82.5º | 0.69% | 0.2% | - |
| HSV(B) | 82.5º | 0.82% | 0.35% | - |
| XYZ | 5.51 | 8.01 | 1.75 | - |
| YUV | 71.72 | 96.55 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 88 | 16 | 0.31 | 0 | 0.82 | 0.65 | 82.5 | 0.69 | 0.2 |
| Hex | 3D | 58 | 10 | 1F | 0 | 52 | 41 | 52 | 45 | 14 |
| Octal | 75 | 130 | 20 | 37 | 0 | 122 | 101 | 122 | 105 | 24 |
| Binary | 111101 | 1011000 | 10000 | 11111 | 0 | 1010010 | 1000001 | 1010010 | 1000101 | 10100 |
Color Harmonies of #3D5810
Complementary color
Monochromatic Colors of #3D5810
Black with #3D5810
Text Example
Text Example
White with #3D5810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5810; }
p { color: rgb(61,88,16); }
H1.HeaderClassName
{
color: #3D5810;
}
.AnyTagClassName
{
color: #3D5810;
}
</style>
background-color css
<style>
a { background-color: #3D5810; }
a { background-color: rgb(61,88,16); }
div.DivClassName
{
background-color: #3D5810;
}
.BgClassName
{
background-color: #3D5810;
}
</style>
border-color css
<style>
span { border-color: #3D5810; }
span { border-color: rgb(61,88,16); }
td.TdClassName
{
border-color: #3D5810;
}
.TagClassName
{
border-color: #3D5810;
}
</style>