Shades of Verdun Green #3D6B09
Tints of Verdun Green #3D6B09
RGB
CMYK
RGB Variations
Color information
#3D6B09 (or 0x3D6B09) is known color: Verdun Green. HEX triplet: 3D, 6B and 09. RGB value is (61,107,9). Sum of RGB (Red+Green+Blue) = 61+107+9=177 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.46% from 177); Green value is 107 (42.19% from 255 or 60.45% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 107 - color contains mainly: green. Hex color #3D6B09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6B09 is #C294F6. Grayscale: #525252. Windows color (decimal): -12752119 or 617277. OLE color: 617277.
HSL color Cylindrical-coordinate representation of color #3D6B09: hue angle of 88.16º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3D6B09 is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 107 | 9 | - |
| CMYK | 0.43 | 0 | 0.92 | 0.58 |
| HSL | 88.16º | 0.84% | 0.23% | - |
| HSV(B) | 88.16º | 0.92% | 0.42% | - |
| XYZ | 7.23 | 11.53 | 2.1 | - |
| YUV | 82.07 | 86.76 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 107 | 9 | 0.43 | 0 | 0.92 | 0.58 | 88.16 | 0.84 | 0.23 |
| Hex | 3D | 6B | 9 | 2B | 0 | 5C | 3A | 58 | 54 | 17 |
| Octal | 75 | 153 | 11 | 53 | 0 | 134 | 72 | 130 | 124 | 27 |
| Binary | 111101 | 1101011 | 1001 | 101011 | 0 | 1011100 | 111010 | 1011000 | 1010100 | 10111 |
Color Harmonies of #3D6B09
Complementary color
Monochromatic Colors of #3D6B09
Black with #3D6B09
Text Example
Text Example
White with #3D6B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6B09; }
p { color: rgb(61,107,9); }
H1.HeaderClassName
{
color: #3D6B09;
}
.AnyTagClassName
{
color: #3D6B09;
}
</style>
background-color css
<style>
a { background-color: #3D6B09; }
a { background-color: rgb(61,107,9); }
div.DivClassName
{
background-color: #3D6B09;
}
.BgClassName
{
background-color: #3D6B09;
}
</style>
border-color css
<style>
span { border-color: #3D6B09; }
span { border-color: rgb(61,107,9); }
td.TdClassName
{
border-color: #3D6B09;
}
.TagClassName
{
border-color: #3D6B09;
}
</style>