Shades of Verdun Green #3D500B
Tints of Verdun Green #3D500B
RGB
CMYK
RGB Variations
Color information
#3D500B (or 0x3D500B) is known color: Verdun Green. HEX triplet: 3D, 50 and 0B. RGB value is (61,80,11). Sum of RGB (Red+Green+Blue) = 61+80+11=152 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.13% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #3D500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D500B is #C2AFF4. Grayscale: #424242. Windows color (decimal): -12759029 or 741437. OLE color: 741437.
HSL color Cylindrical-coordinate representation of color #3D500B: hue angle of 76.52º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3D500B is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 80 | 11 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.69 |
| HSL | 76.52º | 0.76% | 0.18% | - |
| HSV(B) | 76.52º | 0.86% | 0.31% | - |
| XYZ | 4.85 | 6.75 | 1.36 | - |
| YUV | 66.45 | 96.71 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 80 | 11 | 0.24 | 0 | 0.86 | 0.69 | 76.52 | 0.76 | 0.18 |
| Hex | 3D | 50 | B | 18 | 0 | 56 | 45 | 4D | 4C | 12 |
| Octal | 75 | 120 | 13 | 30 | 0 | 126 | 105 | 115 | 114 | 22 |
| Binary | 111101 | 1010000 | 1011 | 11000 | 0 | 1010110 | 1000101 | 1001101 | 1001100 | 10010 |
Color Harmonies of #3D500B
Complementary color
Monochromatic Colors of #3D500B
Black with #3D500B
Text Example
Text Example
White with #3D500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D500B; }
p { color: rgb(61,80,11); }
H1.HeaderClassName
{
color: #3D500B;
}
.AnyTagClassName
{
color: #3D500B;
}
</style>
background-color css
<style>
a { background-color: #3D500B; }
a { background-color: rgb(61,80,11); }
div.DivClassName
{
background-color: #3D500B;
}
.BgClassName
{
background-color: #3D500B;
}
</style>
border-color css
<style>
span { border-color: #3D500B; }
span { border-color: rgb(61,80,11); }
td.TdClassName
{
border-color: #3D500B;
}
.TagClassName
{
border-color: #3D500B;
}
</style>