Shades of Verdun Green #3D550B
Tints of Verdun Green #3D550B
RGB
CMYK
RGB Variations
Color information
#3D550B (or 0x3D550B) is known color: Verdun Green. HEX triplet: 3D, 55 and 0B. RGB value is (61,85,11). Sum of RGB (Red+Green+Blue) = 61+85+11=157 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.85% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #3D550B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D550B is #C2AAF4. Grayscale: #454545. Windows color (decimal): -12757749 or 742717. OLE color: 742717.
HSL color Cylindrical-coordinate representation of color #3D550B: hue angle of 79.46º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D550B is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 85 | 11 | - |
| CMYK | 0.28 | 0 | 0.87 | 0.67 |
| HSL | 79.46º | 0.77% | 0.19% | - |
| HSV(B) | 79.46º | 0.87% | 0.33% | - |
| XYZ | 5.23 | 7.51 | 1.49 | - |
| YUV | 69.39 | 95.05 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 85 | 11 | 0.28 | 0 | 0.87 | 0.67 | 79.46 | 0.77 | 0.19 |
| Hex | 3D | 55 | B | 1C | 0 | 57 | 43 | 4F | 4D | 13 |
| Octal | 75 | 125 | 13 | 34 | 0 | 127 | 103 | 117 | 115 | 23 |
| Binary | 111101 | 1010101 | 1011 | 11100 | 0 | 1010111 | 1000011 | 1001111 | 1001101 | 10011 |
Color Harmonies of #3D550B
Complementary color
Monochromatic Colors of #3D550B
Black with #3D550B
Text Example
Text Example
White with #3D550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D550B; }
p { color: rgb(61,85,11); }
H1.HeaderClassName
{
color: #3D550B;
}
.AnyTagClassName
{
color: #3D550B;
}
</style>
background-color css
<style>
a { background-color: #3D550B; }
a { background-color: rgb(61,85,11); }
div.DivClassName
{
background-color: #3D550B;
}
.BgClassName
{
background-color: #3D550B;
}
</style>
border-color css
<style>
span { border-color: #3D550B; }
span { border-color: rgb(61,85,11); }
td.TdClassName
{
border-color: #3D550B;
}
.TagClassName
{
border-color: #3D550B;
}
</style>