Shades of Verdun Green #3D571A
Tints of Verdun Green #3D571A
RGB
CMYK
RGB Variations
Color information
#3D571A (or 0x3D571A) is known color: Verdun Green. HEX triplet: 3D, 57 and 1A. RGB value is (61,87,26). Sum of RGB (Red+Green+Blue) = 61+87+26=174 (23% of max value = 765). Red value is 61 (24.22% from 255 or 35.06% from 174); Green value is 87 (34.38% from 255 or 50% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 87 - color contains mainly: green. Hex color #3D571A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D571A is #C2A8E5. Grayscale: #484848. Windows color (decimal): -12757222 or 1726269. OLE color: 1726269.
HSL color Cylindrical-coordinate representation of color #3D571A: hue angle of 85.57º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D571A is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 61 | 87 | 26 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.66 |
| HSL | 85.57º | 0.54% | 0.22% | - |
| HSV(B) | 85.57º | 0.7% | 0.34% | - |
| XYZ | 5.52 | 7.88 | 2.21 | - |
| YUV | 72.27 | 101.89 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 87 | 26 | 0.30 | 0 | 0.70 | 0.66 | 85.57 | 0.54 | 0.22 |
| Hex | 3D | 57 | 1A | 1E | 0 | 46 | 42 | 56 | 36 | 16 |
| Octal | 75 | 127 | 32 | 36 | 0 | 106 | 102 | 126 | 66 | 26 |
| Binary | 111101 | 1010111 | 11010 | 11110 | 0 | 1000110 | 1000010 | 1010110 | 110110 | 10110 |
Color Harmonies of #3D571A
Complementary color
Monochromatic Colors of #3D571A
Black with #3D571A
Text Example
Text Example
White with #3D571A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D571A; }
p { color: rgb(61,87,26); }
H1.HeaderClassName
{
color: #3D571A;
}
.AnyTagClassName
{
color: #3D571A;
}
</style>
background-color css
<style>
a { background-color: #3D571A; }
a { background-color: rgb(61,87,26); }
div.DivClassName
{
background-color: #3D571A;
}
.BgClassName
{
background-color: #3D571A;
}
</style>
border-color css
<style>
span { border-color: #3D571A; }
span { border-color: rgb(61,87,26); }
td.TdClassName
{
border-color: #3D571A;
}
.TagClassName
{
border-color: #3D571A;
}
</style>