Shades of Verdun Green #3D6310
Tints of Verdun Green #3D6310
RGB
CMYK
RGB Variations
Color information
#3D6310 (or 0x3D6310) is known color: Verdun Green. HEX triplet: 3D, 63 and 10. RGB value is (61,99,16). Sum of RGB (Red+Green+Blue) = 61+99+16=176 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.66% from 176); Green value is 99 (39.06% from 255 or 56.25% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 99 - color contains mainly: green. Hex color #3D6310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6310 is #C29CEF. Grayscale: #4E4E4E. Windows color (decimal): -12754160 or 1073981. OLE color: 1073981.
HSL color Cylindrical-coordinate representation of color #3D6310: hue angle of 87.47º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D6310 is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 61 | 99 | 16 | - |
| CMYK | 0.38 | 0 | 0.84 | 0.61 |
| HSL | 87.47º | 0.72% | 0.23% | - |
| HSV(B) | 87.47º | 0.84% | 0.39% | - |
| XYZ | 6.48 | 9.95 | 2.07 | - |
| YUV | 78.18 | 92.91 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 99 | 16 | 0.38 | 0 | 0.84 | 0.61 | 87.47 | 0.72 | 0.23 |
| Hex | 3D | 63 | 10 | 26 | 0 | 54 | 3D | 57 | 48 | 17 |
| Octal | 75 | 143 | 20 | 46 | 0 | 124 | 75 | 127 | 110 | 27 |
| Binary | 111101 | 1100011 | 10000 | 100110 | 0 | 1010100 | 111101 | 1010111 | 1001000 | 10111 |
Color Harmonies of #3D6310
Complementary color
Monochromatic Colors of #3D6310
Black with #3D6310
Text Example
Text Example
White with #3D6310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6310; }
p { color: rgb(61,99,16); }
H1.HeaderClassName
{
color: #3D6310;
}
.AnyTagClassName
{
color: #3D6310;
}
</style>
background-color css
<style>
a { background-color: #3D6310; }
a { background-color: rgb(61,99,16); }
div.DivClassName
{
background-color: #3D6310;
}
.BgClassName
{
background-color: #3D6310;
}
</style>
border-color css
<style>
span { border-color: #3D6310; }
span { border-color: rgb(61,99,16); }
td.TdClassName
{
border-color: #3D6310;
}
.TagClassName
{
border-color: #3D6310;
}
</style>