Shades of Verdun Green #3D4708
Tints of Verdun Green #3D4708
RGB
CMYK
RGB Variations
Color information
#3D4708 (or 0x3D4708) is known color: Verdun Green. HEX triplet: 3D, 47 and 08. RGB value is (61,71,8). Sum of RGB (Red+Green+Blue) = 61+71+8=140 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.57% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #3D4708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4708 is #C2B8F7. Grayscale: #3D3D3D. Windows color (decimal): -12761336 or 542525. OLE color: 542525.
HSL color Cylindrical-coordinate representation of color #3D4708: hue angle of 69.52º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D4708 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 71 | 8 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.72 |
| HSL | 69.52º | 0.8% | 0.15% | - |
| HSV(B) | 69.52º | 0.89% | 0.28% | - |
| XYZ | 4.22 | 5.52 | 1.07 | - |
| YUV | 60.83 | 98.19 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 71 | 8 | 0.14 | 0 | 0.89 | 0.72 | 69.52 | 0.8 | 0.15 |
| Hex | 3D | 47 | 8 | E | 0 | 59 | 48 | 46 | 50 | F |
| Octal | 75 | 107 | 10 | 16 | 0 | 131 | 110 | 106 | 120 | 17 |
| Binary | 111101 | 1000111 | 1000 | 1110 | 0 | 1011001 | 1001000 | 1000110 | 1010000 | 1111 |
Color Harmonies of #3D4708
Complementary color
Monochromatic Colors of #3D4708
Black with #3D4708
Text Example
Text Example
White with #3D4708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4708; }
p { color: rgb(61,71,8); }
H1.HeaderClassName
{
color: #3D4708;
}
.AnyTagClassName
{
color: #3D4708;
}
</style>
background-color css
<style>
a { background-color: #3D4708; }
a { background-color: rgb(61,71,8); }
div.DivClassName
{
background-color: #3D4708;
}
.BgClassName
{
background-color: #3D4708;
}
</style>
border-color css
<style>
span { border-color: #3D4708; }
span { border-color: rgb(61,71,8); }
td.TdClassName
{
border-color: #3D4708;
}
.TagClassName
{
border-color: #3D4708;
}
</style>