Shades of Verdun Green #3D6702
Tints of Verdun Green #3D6702
RGB
CMYK
RGB Variations
Color information
#3D6702 (or 0x3D6702) is known color: Verdun Green. HEX triplet: 3D, 67 and 02. RGB value is (61,103,2). Sum of RGB (Red+Green+Blue) = 61+103+2=166 (21% of max value = 765). Red value is 61 (24.22% from 255 or 36.75% from 166); Green value is 103 (40.62% from 255 or 62.05% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 103 - color contains mainly: green. Hex color #3D6702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6702 is #C298FD. Grayscale: #4F4F4F. Windows color (decimal): -12753150 or 157501. OLE color: 157501.
HSL color Cylindrical-coordinate representation of color #3D6702: hue angle of 84.95º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D6702 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 61 | 103 | 2 | - |
| CMYK | 0.41 | 0 | 0.98 | 0.60 |
| HSL | 84.95º | 0.96% | 0.21% | - |
| HSV(B) | 84.95º | 0.98% | 0.4% | - |
| XYZ | 6.79 | 10.7 | 1.76 | - |
| YUV | 78.93 | 84.59 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 103 | 2 | 0.41 | 0 | 0.98 | 0.60 | 84.95 | 0.96 | 0.21 |
| Hex | 3D | 67 | 2 | 29 | 0 | 62 | 3C | 55 | 60 | 15 |
| Octal | 75 | 147 | 2 | 51 | 0 | 142 | 74 | 125 | 140 | 25 |
| Binary | 111101 | 1100111 | 10 | 101001 | 0 | 1100010 | 111100 | 1010101 | 1100000 | 10101 |
Color Harmonies of #3D6702
Complementary color
Monochromatic Colors of #3D6702
Black with #3D6702
Text Example
Text Example
White with #3D6702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6702; }
p { color: rgb(61,103,2); }
H1.HeaderClassName
{
color: #3D6702;
}
.AnyTagClassName
{
color: #3D6702;
}
</style>
background-color css
<style>
a { background-color: #3D6702; }
a { background-color: rgb(61,103,2); }
div.DivClassName
{
background-color: #3D6702;
}
.BgClassName
{
background-color: #3D6702;
}
</style>
border-color css
<style>
span { border-color: #3D6702; }
span { border-color: rgb(61,103,2); }
td.TdClassName
{
border-color: #3D6702;
}
.TagClassName
{
border-color: #3D6702;
}
</style>