Shades of Verdun Green #3D550E
Tints of Verdun Green #3D550E
RGB
CMYK
RGB Variations
Color information
#3D550E (or 0x3D550E) is known color: Verdun Green. HEX triplet: 3D, 55 and 0E. RGB value is (61,85,14). Sum of RGB (Red+Green+Blue) = 61+85+14=160 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.12% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 14 (5.86% from 255 or 8.75% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #3D550E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D550E is #C2AAF1. Grayscale: #454545. Windows color (decimal): -12757746 or 939325. OLE color: 939325.
HSL color Cylindrical-coordinate representation of color #3D550E: hue angle of 80.28º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D550E is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 85 | 14 | - |
| CMYK | 0.28 | 0 | 0.84 | 0.67 |
| HSL | 80.28º | 0.72% | 0.19% | - |
| HSV(B) | 80.28º | 0.84% | 0.33% | - |
| XYZ | 5.25 | 7.52 | 1.59 | - |
| YUV | 69.73 | 96.55 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 85 | 14 | 0.28 | 0 | 0.84 | 0.67 | 80.28 | 0.72 | 0.19 |
| Hex | 3D | 55 | E | 1C | 0 | 54 | 43 | 50 | 48 | 13 |
| Octal | 75 | 125 | 16 | 34 | 0 | 124 | 103 | 120 | 110 | 23 |
| Binary | 111101 | 1010101 | 1110 | 11100 | 0 | 1010100 | 1000011 | 1010000 | 1001000 | 10011 |
Color Harmonies of #3D550E
Complementary color
Monochromatic Colors of #3D550E
Black with #3D550E
Text Example
Text Example
White with #3D550E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D550E; }
p { color: rgb(61,85,14); }
H1.HeaderClassName
{
color: #3D550E;
}
.AnyTagClassName
{
color: #3D550E;
}
</style>
background-color css
<style>
a { background-color: #3D550E; }
a { background-color: rgb(61,85,14); }
div.DivClassName
{
background-color: #3D550E;
}
.BgClassName
{
background-color: #3D550E;
}
</style>
border-color css
<style>
span { border-color: #3D550E; }
span { border-color: rgb(61,85,14); }
td.TdClassName
{
border-color: #3D550E;
}
.TagClassName
{
border-color: #3D550E;
}
</style>