Shades of Verdun Green #3E550A
Tints of Verdun Green #3E550A
RGB
CMYK
RGB Variations
Color information
#3E550A (or 0x3E550A) is known color: Verdun Green. HEX triplet: 3E, 55 and 0A. RGB value is (62,85,10). Sum of RGB (Red+Green+Blue) = 62+85+10=157 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.49% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #3E550A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E550A is #C1AAF5. Grayscale: #454545. Windows color (decimal): -12692214 or 677182. OLE color: 677182.
HSL color Cylindrical-coordinate representation of color #3E550A: hue angle of 78.4º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E550A is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 85 | 10 | - |
| CMYK | 0.27 | 0 | 0.88 | 0.67 |
| HSL | 78.4º | 0.79% | 0.19% | - |
| HSV(B) | 78.4º | 0.88% | 0.33% | - |
| XYZ | 5.29 | 7.54 | 1.46 | - |
| YUV | 69.57 | 94.38 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 85 | 10 | 0.27 | 0 | 0.88 | 0.67 | 78.4 | 0.79 | 0.19 |
| Hex | 3E | 55 | A | 1B | 0 | 58 | 43 | 4E | 4F | 13 |
| Octal | 76 | 125 | 12 | 33 | 0 | 130 | 103 | 116 | 117 | 23 |
| Binary | 111110 | 1010101 | 1010 | 11011 | 0 | 1011000 | 1000011 | 1001110 | 1001111 | 10011 |
Color Harmonies of #3E550A
Complementary color
Monochromatic Colors of #3E550A
Black with #3E550A
Text Example
Text Example
White with #3E550A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E550A; }
p { color: rgb(62,85,10); }
H1.HeaderClassName
{
color: #3E550A;
}
.AnyTagClassName
{
color: #3E550A;
}
</style>
background-color css
<style>
a { background-color: #3E550A; }
a { background-color: rgb(62,85,10); }
div.DivClassName
{
background-color: #3E550A;
}
.BgClassName
{
background-color: #3E550A;
}
</style>
border-color css
<style>
span { border-color: #3E550A; }
span { border-color: rgb(62,85,10); }
td.TdClassName
{
border-color: #3E550A;
}
.TagClassName
{
border-color: #3E550A;
}
</style>