Shades of Verdun Green #3D520F
Tints of Verdun Green #3D520F
RGB
CMYK
RGB Variations
Color information
#3D520F (or 0x3D520F) is known color: Verdun Green. HEX triplet: 3D, 52 and 0F. RGB value is (61,82,15). Sum of RGB (Red+Green+Blue) = 61+82+15=158 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.61% from 158); Green value is 82 (32.42% from 255 or 51.90% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 82 - color contains mainly: green. Hex color #3D520F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D520F is #C2ADF0. Grayscale: #444444. Windows color (decimal): -12758513 or 1004093. OLE color: 1004093.
HSL color Cylindrical-coordinate representation of color #3D520F: hue angle of 78.81º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D520F is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 61 | 82 | 15 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.68 |
| HSL | 78.81º | 0.69% | 0.19% | - |
| HSV(B) | 78.81º | 0.82% | 0.32% | - |
| XYZ | 5.03 | 7.06 | 1.55 | - |
| YUV | 68.08 | 98.04 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 82 | 15 | 0.26 | 0 | 0.82 | 0.68 | 78.81 | 0.69 | 0.19 |
| Hex | 3D | 52 | F | 1A | 0 | 52 | 44 | 4F | 45 | 13 |
| Octal | 75 | 122 | 17 | 32 | 0 | 122 | 104 | 117 | 105 | 23 |
| Binary | 111101 | 1010010 | 1111 | 11010 | 0 | 1010010 | 1000100 | 1001111 | 1000101 | 10011 |
Color Harmonies of #3D520F
Complementary color
Monochromatic Colors of #3D520F
Black with #3D520F
Text Example
Text Example
White with #3D520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D520F; }
p { color: rgb(61,82,15); }
H1.HeaderClassName
{
color: #3D520F;
}
.AnyTagClassName
{
color: #3D520F;
}
</style>
background-color css
<style>
a { background-color: #3D520F; }
a { background-color: rgb(61,82,15); }
div.DivClassName
{
background-color: #3D520F;
}
.BgClassName
{
background-color: #3D520F;
}
</style>
border-color css
<style>
span { border-color: #3D520F; }
span { border-color: rgb(61,82,15); }
td.TdClassName
{
border-color: #3D520F;
}
.TagClassName
{
border-color: #3D520F;
}
</style>