Shades of Verdun Green #3D490A
Tints of Verdun Green #3D490A
RGB
CMYK
RGB Variations
Color information
#3D490A (or 0x3D490A) is known color: Verdun Green. HEX triplet: 3D, 49 and 0A. RGB value is (61,73,10). Sum of RGB (Red+Green+Blue) = 61+73+10=144 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.36% from 144); Green value is 73 (28.91% from 255 or 50.69% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 73 - color contains mainly: green. Hex color #3D490A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D490A is #C2B6F5. Grayscale: #3E3E3E. Windows color (decimal): -12760822 or 674109. OLE color: 674109.
HSL color Cylindrical-coordinate representation of color #3D490A: hue angle of 71.43º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3D490A is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 73 | 10 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.71 |
| HSL | 71.43º | 0.76% | 0.16% | - |
| HSV(B) | 71.43º | 0.86% | 0.29% | - |
| XYZ | 4.36 | 5.78 | 1.17 | - |
| YUV | 62.23 | 98.52 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 73 | 10 | 0.16 | 0 | 0.86 | 0.71 | 71.43 | 0.76 | 0.16 |
| Hex | 3D | 49 | A | 10 | 0 | 56 | 47 | 47 | 4C | 10 |
| Octal | 75 | 111 | 12 | 20 | 0 | 126 | 107 | 107 | 114 | 20 |
| Binary | 111101 | 1001001 | 1010 | 10000 | 0 | 1010110 | 1000111 | 1000111 | 1001100 | 10000 |
Color Harmonies of #3D490A
Complementary color
Monochromatic Colors of #3D490A
Black with #3D490A
Text Example
Text Example
White with #3D490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D490A; }
p { color: rgb(61,73,10); }
H1.HeaderClassName
{
color: #3D490A;
}
.AnyTagClassName
{
color: #3D490A;
}
</style>
background-color css
<style>
a { background-color: #3D490A; }
a { background-color: rgb(61,73,10); }
div.DivClassName
{
background-color: #3D490A;
}
.BgClassName
{
background-color: #3D490A;
}
</style>
border-color css
<style>
span { border-color: #3D490A; }
span { border-color: rgb(61,73,10); }
td.TdClassName
{
border-color: #3D490A;
}
.TagClassName
{
border-color: #3D490A;
}
</style>