Shades of Verdun Green #3D630A
Tints of Verdun Green #3D630A
RGB
CMYK
RGB Variations
Color information
#3D630A (or 0x3D630A) is known color: Verdun Green. HEX triplet: 3D, 63 and 0A. RGB value is (61,99,10). Sum of RGB (Red+Green+Blue) = 61+99+10=170 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.88% from 170); Green value is 99 (39.06% from 255 or 58.24% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 99 - color contains mainly: green. Hex color #3D630A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D630A is #C29CF5. Grayscale: #4D4D4D. Windows color (decimal): -12754166 or 680765. OLE color: 680765.
HSL color Cylindrical-coordinate representation of color #3D630A: hue angle of 85.62º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D630A is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 61 | 99 | 10 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.61 |
| HSL | 85.62º | 0.82% | 0.21% | - |
| HSV(B) | 85.62º | 0.9% | 0.39% | - |
| XYZ | 6.44 | 9.94 | 1.87 | - |
| YUV | 77.49 | 89.91 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 99 | 10 | 0.38 | 0 | 0.90 | 0.61 | 85.62 | 0.82 | 0.21 |
| Hex | 3D | 63 | A | 26 | 0 | 5A | 3D | 56 | 52 | 15 |
| Octal | 75 | 143 | 12 | 46 | 0 | 132 | 75 | 126 | 122 | 25 |
| Binary | 111101 | 1100011 | 1010 | 100110 | 0 | 1011010 | 111101 | 1010110 | 1010010 | 10101 |
Color Harmonies of #3D630A
Complementary color
Monochromatic Colors of #3D630A
Black with #3D630A
Text Example
Text Example
White with #3D630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D630A; }
p { color: rgb(61,99,10); }
H1.HeaderClassName
{
color: #3D630A;
}
.AnyTagClassName
{
color: #3D630A;
}
</style>
background-color css
<style>
a { background-color: #3D630A; }
a { background-color: rgb(61,99,10); }
div.DivClassName
{
background-color: #3D630A;
}
.BgClassName
{
background-color: #3D630A;
}
</style>
border-color css
<style>
span { border-color: #3D630A; }
span { border-color: rgb(61,99,10); }
td.TdClassName
{
border-color: #3D630A;
}
.TagClassName
{
border-color: #3D630A;
}
</style>