Shades of Verdun Green #3D5307
Tints of Verdun Green #3D5307
RGB
CMYK
RGB Variations
Color information
#3D5307 (or 0x3D5307) is known color: Verdun Green. HEX triplet: 3D, 53 and 07. RGB value is (61,83,7). Sum of RGB (Red+Green+Blue) = 61+83+7=151 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.40% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #3D5307 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5307 is #C2ACF8. Grayscale: #444444. Windows color (decimal): -12758265 or 480061. OLE color: 480061.
HSL color Cylindrical-coordinate representation of color #3D5307: hue angle of 77.37º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3D5307 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 83 | 7 | - |
| CMYK | 0.27 | 0 | 0.92 | 0.67 |
| HSL | 77.37º | 0.84% | 0.18% | - |
| HSV(B) | 77.37º | 0.92% | 0.33% | - |
| XYZ | 5.06 | 7.19 | 1.32 | - |
| YUV | 67.76 | 93.71 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 83 | 7 | 0.27 | 0 | 0.92 | 0.67 | 77.37 | 0.84 | 0.18 |
| Hex | 3D | 53 | 7 | 1B | 0 | 5C | 43 | 4D | 54 | 12 |
| Octal | 75 | 123 | 7 | 33 | 0 | 134 | 103 | 115 | 124 | 22 |
| Binary | 111101 | 1010011 | 111 | 11011 | 0 | 1011100 | 1000011 | 1001101 | 1010100 | 10010 |
Color Harmonies of #3D5307
Complementary color
Monochromatic Colors of #3D5307
Black with #3D5307
Text Example
Text Example
White with #3D5307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5307; }
p { color: rgb(61,83,7); }
H1.HeaderClassName
{
color: #3D5307;
}
.AnyTagClassName
{
color: #3D5307;
}
</style>
background-color css
<style>
a { background-color: #3D5307; }
a { background-color: rgb(61,83,7); }
div.DivClassName
{
background-color: #3D5307;
}
.BgClassName
{
background-color: #3D5307;
}
</style>
border-color css
<style>
span { border-color: #3D5307; }
span { border-color: rgb(61,83,7); }
td.TdClassName
{
border-color: #3D5307;
}
.TagClassName
{
border-color: #3D5307;
}
</style>