Shades of Verdun Green #3D511A
Tints of Verdun Green #3D511A
RGB
CMYK
RGB Variations
Color information
#3D511A (or 0x3D511A) is known color: Verdun Green. HEX triplet: 3D, 51 and 1A. RGB value is (61,81,26). Sum of RGB (Red+Green+Blue) = 61+81+26=168 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.31% from 168); Green value is 81 (32.03% from 255 or 48.21% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 81 - color contains mainly: green. Hex color #3D511A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D511A is #C2AEE5. Grayscale: #444444. Windows color (decimal): -12758758 or 1724733. OLE color: 1724733.
HSL color Cylindrical-coordinate representation of color #3D511A: hue angle of 81.82º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D511A is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 61 | 81 | 26 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.68 |
| HSL | 81.82º | 0.51% | 0.21% | - |
| HSV(B) | 81.82º | 0.68% | 0.32% | - |
| XYZ | 5.05 | 6.95 | 2.05 | - |
| YUV | 68.75 | 103.87 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 81 | 26 | 0.25 | 0 | 0.68 | 0.68 | 81.82 | 0.51 | 0.21 |
| Hex | 3D | 51 | 1A | 19 | 0 | 44 | 44 | 52 | 33 | 15 |
| Octal | 75 | 121 | 32 | 31 | 0 | 104 | 104 | 122 | 63 | 25 |
| Binary | 111101 | 1010001 | 11010 | 11001 | 0 | 1000100 | 1000100 | 1010010 | 110011 | 10101 |
Color Harmonies of #3D511A
Complementary color
Monochromatic Colors of #3D511A
Black with #3D511A
Text Example
Text Example
White with #3D511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D511A; }
p { color: rgb(61,81,26); }
H1.HeaderClassName
{
color: #3D511A;
}
.AnyTagClassName
{
color: #3D511A;
}
</style>
background-color css
<style>
a { background-color: #3D511A; }
a { background-color: rgb(61,81,26); }
div.DivClassName
{
background-color: #3D511A;
}
.BgClassName
{
background-color: #3D511A;
}
</style>
border-color css
<style>
span { border-color: #3D511A; }
span { border-color: rgb(61,81,26); }
td.TdClassName
{
border-color: #3D511A;
}
.TagClassName
{
border-color: #3D511A;
}
</style>