Shades of Verdun Green #3E550C
Tints of Verdun Green #3E550C
RGB
CMYK
RGB Variations
Color information
#3E550C (or 0x3E550C) is known color: Verdun Green. HEX triplet: 3E, 55 and 0C. RGB value is (62,85,12). Sum of RGB (Red+Green+Blue) = 62+85+12=159 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.99% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #3E550C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E550C is #C1AAF3. Grayscale: #464646. Windows color (decimal): -12692212 or 808254. OLE color: 808254.
HSL color Cylindrical-coordinate representation of color #3E550C: hue angle of 78.9º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E550C is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 85 | 12 | - |
| CMYK | 0.27 | 0 | 0.86 | 0.67 |
| HSL | 78.9º | 0.75% | 0.19% | - |
| HSV(B) | 78.9º | 0.86% | 0.33% | - |
| XYZ | 5.3 | 7.55 | 1.53 | - |
| YUV | 69.8 | 95.38 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 85 | 12 | 0.27 | 0 | 0.86 | 0.67 | 78.9 | 0.75 | 0.19 |
| Hex | 3E | 55 | C | 1B | 0 | 56 | 43 | 4F | 4B | 13 |
| Octal | 76 | 125 | 14 | 33 | 0 | 126 | 103 | 117 | 113 | 23 |
| Binary | 111110 | 1010101 | 1100 | 11011 | 0 | 1010110 | 1000011 | 1001111 | 1001011 | 10011 |
Color Harmonies of #3E550C
Complementary color
Monochromatic Colors of #3E550C
Black with #3E550C
Text Example
Text Example
White with #3E550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E550C; }
p { color: rgb(62,85,12); }
H1.HeaderClassName
{
color: #3E550C;
}
.AnyTagClassName
{
color: #3E550C;
}
</style>
background-color css
<style>
a { background-color: #3E550C; }
a { background-color: rgb(62,85,12); }
div.DivClassName
{
background-color: #3E550C;
}
.BgClassName
{
background-color: #3E550C;
}
</style>
border-color css
<style>
span { border-color: #3E550C; }
span { border-color: rgb(62,85,12); }
td.TdClassName
{
border-color: #3E550C;
}
.TagClassName
{
border-color: #3E550C;
}
</style>