Shades of Verdun Green #3D690B
Tints of Verdun Green #3D690B
RGB
CMYK
RGB Variations
Color information
#3D690B (or 0x3D690B) is known color: Verdun Green. HEX triplet: 3D, 69 and 0B. RGB value is (61,105,11). Sum of RGB (Red+Green+Blue) = 61+105+11=177 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.46% from 177); Green value is 105 (41.41% from 255 or 59.32% from 177); Blue value is 11 (4.69% from 255 or 6.21% from 177); Max value from RGB is 105 - color contains mainly: green. Hex color #3D690B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D690B is #C296F4. Grayscale: #515151. Windows color (decimal): -12752629 or 747837. OLE color: 747837.
HSL color Cylindrical-coordinate representation of color #3D690B: hue angle of 88.09º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D690B is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 61 | 105 | 11 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.59 |
| HSL | 88.09º | 0.81% | 0.23% | - |
| HSV(B) | 88.09º | 0.9% | 0.41% | - |
| XYZ | 7.04 | 11.12 | 2.09 | - |
| YUV | 81.13 | 88.42 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 105 | 11 | 0.42 | 0 | 0.90 | 0.59 | 88.09 | 0.81 | 0.23 |
| Hex | 3D | 69 | B | 2A | 0 | 5A | 3B | 58 | 51 | 17 |
| Octal | 75 | 151 | 13 | 52 | 0 | 132 | 73 | 130 | 121 | 27 |
| Binary | 111101 | 1101001 | 1011 | 101010 | 0 | 1011010 | 111011 | 1011000 | 1010001 | 10111 |
Color Harmonies of #3D690B
Complementary color
Monochromatic Colors of #3D690B
Black with #3D690B
Text Example
Text Example
White with #3D690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D690B; }
p { color: rgb(61,105,11); }
H1.HeaderClassName
{
color: #3D690B;
}
.AnyTagClassName
{
color: #3D690B;
}
</style>
background-color css
<style>
a { background-color: #3D690B; }
a { background-color: rgb(61,105,11); }
div.DivClassName
{
background-color: #3D690B;
}
.BgClassName
{
background-color: #3D690B;
}
</style>
border-color css
<style>
span { border-color: #3D690B; }
span { border-color: rgb(61,105,11); }
td.TdClassName
{
border-color: #3D690B;
}
.TagClassName
{
border-color: #3D690B;
}
</style>