Shades of Verdun Green #3D5404
Tints of Verdun Green #3D5404
RGB
CMYK
RGB Variations
Color information
#3D5404 (or 0x3D5404) is known color: Verdun Green. HEX triplet: 3D, 54 and 04. RGB value is (61,84,4). Sum of RGB (Red+Green+Blue) = 61+84+4=149 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.94% from 149); Green value is 84 (33.20% from 255 or 56.38% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 84 - color contains mainly: green. Hex color #3D5404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5404 is #C2ABFB. Grayscale: #444444. Windows color (decimal): -12758012 or 283709. OLE color: 283709.
HSL color Cylindrical-coordinate representation of color #3D5404: hue angle of 77.25º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D5404 is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 84 | 4 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.67 |
| HSL | 77.25º | 0.91% | 0.17% | - |
| HSV(B) | 77.25º | 0.95% | 0.33% | - |
| XYZ | 5.12 | 7.34 | 1.26 | - |
| YUV | 68 | 91.88 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 84 | 4 | 0.27 | 0 | 0.95 | 0.67 | 77.25 | 0.91 | 0.17 |
| Hex | 3D | 54 | 4 | 1B | 0 | 5F | 43 | 4D | 5B | 11 |
| Octal | 75 | 124 | 4 | 33 | 0 | 137 | 103 | 115 | 133 | 21 |
| Binary | 111101 | 1010100 | 100 | 11011 | 0 | 1011111 | 1000011 | 1001101 | 1011011 | 10001 |
Color Harmonies of #3D5404
Complementary color
Monochromatic Colors of #3D5404
Black with #3D5404
Text Example
Text Example
White with #3D5404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5404; }
p { color: rgb(61,84,4); }
H1.HeaderClassName
{
color: #3D5404;
}
.AnyTagClassName
{
color: #3D5404;
}
</style>
background-color css
<style>
a { background-color: #3D5404; }
a { background-color: rgb(61,84,4); }
div.DivClassName
{
background-color: #3D5404;
}
.BgClassName
{
background-color: #3D5404;
}
</style>
border-color css
<style>
span { border-color: #3D5404; }
span { border-color: rgb(61,84,4); }
td.TdClassName
{
border-color: #3D5404;
}
.TagClassName
{
border-color: #3D5404;
}
</style>