Shades of Verdun Green #3E531B
Tints of Verdun Green #3E531B
RGB
CMYK
RGB Variations
Color information
#3E531B (or 0x3E531B) is known color: Verdun Green. HEX triplet: 3E, 53 and 1B. RGB value is (62,83,27). Sum of RGB (Red+Green+Blue) = 62+83+27=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #3E531B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E531B is #C1ACE4. Grayscale: #464646. Windows color (decimal): -12692709 or 1790782. OLE color: 1790782.
HSL color Cylindrical-coordinate representation of color #3E531B: hue angle of 82.5º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E531B is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 83 | 27 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.67 |
| HSL | 82.5º | 0.51% | 0.22% | - |
| HSV(B) | 82.5º | 0.67% | 0.33% | - |
| XYZ | 5.28 | 7.29 | 2.17 | - |
| YUV | 70.34 | 103.54 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 83 | 27 | 0.25 | 0 | 0.67 | 0.67 | 82.5 | 0.51 | 0.22 |
| Hex | 3E | 53 | 1B | 19 | 0 | 43 | 43 | 52 | 33 | 16 |
| Octal | 76 | 123 | 33 | 31 | 0 | 103 | 103 | 122 | 63 | 26 |
| Binary | 111110 | 1010011 | 11011 | 11001 | 0 | 1000011 | 1000011 | 1010010 | 110011 | 10110 |
Color Harmonies of #3E531B
Complementary color
Monochromatic Colors of #3E531B
Black with #3E531B
Text Example
Text Example
White with #3E531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E531B; }
p { color: rgb(62,83,27); }
H1.HeaderClassName
{
color: #3E531B;
}
.AnyTagClassName
{
color: #3E531B;
}
</style>
background-color css
<style>
a { background-color: #3E531B; }
a { background-color: rgb(62,83,27); }
div.DivClassName
{
background-color: #3E531B;
}
.BgClassName
{
background-color: #3E531B;
}
</style>
border-color css
<style>
span { border-color: #3E531B; }
span { border-color: rgb(62,83,27); }
td.TdClassName
{
border-color: #3E531B;
}
.TagClassName
{
border-color: #3E531B;
}
</style>