Shades of Verdun Green #3D490B
Tints of Verdun Green #3D490B
RGB
CMYK
RGB Variations
Color information
#3D490B (or 0x3D490B) is known color: Verdun Green. HEX triplet: 3D, 49 and 0B. RGB value is (61,73,11). Sum of RGB (Red+Green+Blue) = 61+73+11=145 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.07% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #3D490B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D490B is #C2B6F4. Grayscale: #3E3E3E. Windows color (decimal): -12760821 or 739645. OLE color: 739645.
HSL color Cylindrical-coordinate representation of color #3D490B: hue angle of 71.61º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3D490B is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 73 | 11 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.71 |
| HSL | 71.61º | 0.74% | 0.16% | - |
| HSV(B) | 71.61º | 0.85% | 0.29% | - |
| XYZ | 4.37 | 5.78 | 1.2 | - |
| YUV | 62.34 | 99.02 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 73 | 11 | 0.16 | 0 | 0.85 | 0.71 | 71.61 | 0.74 | 0.16 |
| Hex | 3D | 49 | B | 10 | 0 | 55 | 47 | 48 | 4A | 10 |
| Octal | 75 | 111 | 13 | 20 | 0 | 125 | 107 | 110 | 112 | 20 |
| Binary | 111101 | 1001001 | 1011 | 10000 | 0 | 1010101 | 1000111 | 1001000 | 1001010 | 10000 |
Color Harmonies of #3D490B
Complementary color
Monochromatic Colors of #3D490B
Black with #3D490B
Text Example
Text Example
White with #3D490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D490B; }
p { color: rgb(61,73,11); }
H1.HeaderClassName
{
color: #3D490B;
}
.AnyTagClassName
{
color: #3D490B;
}
</style>
background-color css
<style>
a { background-color: #3D490B; }
a { background-color: rgb(61,73,11); }
div.DivClassName
{
background-color: #3D490B;
}
.BgClassName
{
background-color: #3D490B;
}
</style>
border-color css
<style>
span { border-color: #3D490B; }
span { border-color: rgb(61,73,11); }
td.TdClassName
{
border-color: #3D490B;
}
.TagClassName
{
border-color: #3D490B;
}
</style>