Shades of Verdun Green #3D650A
Tints of Verdun Green #3D650A
RGB
CMYK
RGB Variations
Color information
#3D650A (or 0x3D650A) is known color: Verdun Green. HEX triplet: 3D, 65 and 0A. RGB value is (61,101,10). Sum of RGB (Red+Green+Blue) = 61+101+10=172 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.47% from 172); Green value is 101 (39.84% from 255 or 58.72% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 101 - color contains mainly: green. Hex color #3D650A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D650A is #C29AF5. Grayscale: #4E4E4E. Windows color (decimal): -12753654 or 681277. OLE color: 681277.
HSL color Cylindrical-coordinate representation of color #3D650A: hue angle of 86.37º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D650A is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 61 | 101 | 10 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.60 |
| HSL | 86.37º | 0.82% | 0.22% | - |
| HSV(B) | 86.37º | 0.9% | 0.4% | - |
| XYZ | 6.63 | 10.32 | 1.93 | - |
| YUV | 78.67 | 89.25 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 101 | 10 | 0.40 | 0 | 0.90 | 0.60 | 86.37 | 0.82 | 0.22 |
| Hex | 3D | 65 | A | 28 | 0 | 5A | 3C | 56 | 52 | 16 |
| Octal | 75 | 145 | 12 | 50 | 0 | 132 | 74 | 126 | 122 | 26 |
| Binary | 111101 | 1100101 | 1010 | 101000 | 0 | 1011010 | 111100 | 1010110 | 1010010 | 10110 |
Color Harmonies of #3D650A
Complementary color
Monochromatic Colors of #3D650A
Black with #3D650A
Text Example
Text Example
White with #3D650A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D650A; }
p { color: rgb(61,101,10); }
H1.HeaderClassName
{
color: #3D650A;
}
.AnyTagClassName
{
color: #3D650A;
}
</style>
background-color css
<style>
a { background-color: #3D650A; }
a { background-color: rgb(61,101,10); }
div.DivClassName
{
background-color: #3D650A;
}
.BgClassName
{
background-color: #3D650A;
}
</style>
border-color css
<style>
span { border-color: #3D650A; }
span { border-color: rgb(61,101,10); }
td.TdClassName
{
border-color: #3D650A;
}
.TagClassName
{
border-color: #3D650A;
}
</style>