Shades of Verdun Green #3D6016
Tints of Verdun Green #3D6016
RGB
CMYK
RGB Variations
Color information
#3D6016 (or 0x3D6016) is known color: Verdun Green. HEX triplet: 3D, 60 and 16. RGB value is (61,96,22). Sum of RGB (Red+Green+Blue) = 61+96+22=179 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.08% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #3D6016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6016 is #C29FE9. Grayscale: #4D4D4D. Windows color (decimal): -12754922 or 1466429. OLE color: 1466429.
HSL color Cylindrical-coordinate representation of color #3D6016: hue angle of 88.38º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D6016 is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 96 | 22 | - |
| CMYK | 0.36 | 0 | 0.77 | 0.62 |
| HSL | 88.38º | 0.63% | 0.23% | - |
| HSV(B) | 88.38º | 0.77% | 0.38% | - |
| XYZ | 6.25 | 9.42 | 2.25 | - |
| YUV | 77.1 | 96.9 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 96 | 22 | 0.36 | 0 | 0.77 | 0.62 | 88.38 | 0.63 | 0.23 |
| Hex | 3D | 60 | 16 | 24 | 0 | 4D | 3E | 58 | 3F | 17 |
| Octal | 75 | 140 | 26 | 44 | 0 | 115 | 76 | 130 | 77 | 27 |
| Binary | 111101 | 1100000 | 10110 | 100100 | 0 | 1001101 | 111110 | 1011000 | 111111 | 10111 |
Color Harmonies of #3D6016
Complementary color
Monochromatic Colors of #3D6016
Black with #3D6016
Text Example
Text Example
White with #3D6016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6016; }
p { color: rgb(61,96,22); }
H1.HeaderClassName
{
color: #3D6016;
}
.AnyTagClassName
{
color: #3D6016;
}
</style>
background-color css
<style>
a { background-color: #3D6016; }
a { background-color: rgb(61,96,22); }
div.DivClassName
{
background-color: #3D6016;
}
.BgClassName
{
background-color: #3D6016;
}
</style>
border-color css
<style>
span { border-color: #3D6016; }
span { border-color: rgb(61,96,22); }
td.TdClassName
{
border-color: #3D6016;
}
.TagClassName
{
border-color: #3D6016;
}
</style>