Shades of Verdun Green #3D501A
Tints of Verdun Green #3D501A
RGB
CMYK
RGB Variations
Color information
#3D501A (or 0x3D501A) is known color: Verdun Green. HEX triplet: 3D, 50 and 1A. RGB value is (61,80,26). Sum of RGB (Red+Green+Blue) = 61+80+26=167 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.53% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 80 - color contains mainly: green. Hex color #3D501A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D501A is #C2AFE5. Grayscale: #444444. Windows color (decimal): -12759014 or 1724477. OLE color: 1724477.
HSL color Cylindrical-coordinate representation of color #3D501A: hue angle of 81.11º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D501A is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 80 | 26 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.69 |
| HSL | 81.11º | 0.51% | 0.21% | - |
| HSV(B) | 81.11º | 0.68% | 0.31% | - |
| XYZ | 4.98 | 6.8 | 2.03 | - |
| YUV | 68.16 | 104.21 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 80 | 26 | 0.24 | 0 | 0.67 | 0.69 | 81.11 | 0.51 | 0.21 |
| Hex | 3D | 50 | 1A | 18 | 0 | 43 | 45 | 51 | 33 | 15 |
| Octal | 75 | 120 | 32 | 30 | 0 | 103 | 105 | 121 | 63 | 25 |
| Binary | 111101 | 1010000 | 11010 | 11000 | 0 | 1000011 | 1000101 | 1010001 | 110011 | 10101 |
Color Harmonies of #3D501A
Complementary color
Monochromatic Colors of #3D501A
Black with #3D501A
Text Example
Text Example
White with #3D501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D501A; }
p { color: rgb(61,80,26); }
H1.HeaderClassName
{
color: #3D501A;
}
.AnyTagClassName
{
color: #3D501A;
}
</style>
background-color css
<style>
a { background-color: #3D501A; }
a { background-color: rgb(61,80,26); }
div.DivClassName
{
background-color: #3D501A;
}
.BgClassName
{
background-color: #3D501A;
}
</style>
border-color css
<style>
span { border-color: #3D501A; }
span { border-color: rgb(61,80,26); }
td.TdClassName
{
border-color: #3D501A;
}
.TagClassName
{
border-color: #3D501A;
}
</style>