Shades of Verdun Green #3E5C15
Tints of Verdun Green #3E5C15
RGB
CMYK
RGB Variations
Color information
#3E5C15 (or 0x3E5C15) is known color: Verdun Green. HEX triplet: 3E, 5C and 15. RGB value is (62,92,21). Sum of RGB (Red+Green+Blue) = 62+92+21=175 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.43% from 175); Green value is 92 (36.33% from 255 or 52.57% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 92 - color contains mainly: green. Hex color #3E5C15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5C15 is #C1A3EA. Grayscale: #4B4B4B. Windows color (decimal): -12690411 or 1399870. OLE color: 1399870.
HSL color Cylindrical-coordinate representation of color #3E5C15: hue angle of 85.35º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E5C15 is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 92 | 21 | - |
| CMYK | 0.33 | 0 | 0.77 | 0.64 |
| HSL | 85.35º | 0.63% | 0.22% | - |
| HSV(B) | 85.35º | 0.77% | 0.36% | - |
| XYZ | 5.95 | 8.73 | 2.08 | - |
| YUV | 74.94 | 97.56 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 92 | 21 | 0.33 | 0 | 0.77 | 0.64 | 85.35 | 0.63 | 0.22 |
| Hex | 3E | 5C | 15 | 21 | 0 | 4D | 40 | 55 | 3F | 16 |
| Octal | 76 | 134 | 25 | 41 | 0 | 115 | 100 | 125 | 77 | 26 |
| Binary | 111110 | 1011100 | 10101 | 100001 | 0 | 1001101 | 1000000 | 1010101 | 111111 | 10110 |
Color Harmonies of #3E5C15
Complementary color
Monochromatic Colors of #3E5C15
Black with #3E5C15
Text Example
Text Example
White with #3E5C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5C15; }
p { color: rgb(62,92,21); }
H1.HeaderClassName
{
color: #3E5C15;
}
.AnyTagClassName
{
color: #3E5C15;
}
</style>
background-color css
<style>
a { background-color: #3E5C15; }
a { background-color: rgb(62,92,21); }
div.DivClassName
{
background-color: #3E5C15;
}
.BgClassName
{
background-color: #3E5C15;
}
</style>
border-color css
<style>
span { border-color: #3E5C15; }
span { border-color: rgb(62,92,21); }
td.TdClassName
{
border-color: #3E5C15;
}
.TagClassName
{
border-color: #3E5C15;
}
</style>