Shades of Verdun Green #3E5310
Tints of Verdun Green #3E5310
RGB
CMYK
RGB Variations
Color information
#3E5310 (or 0x3E5310) is known color: Verdun Green. HEX triplet: 3E, 53 and 10. RGB value is (62,83,16). Sum of RGB (Red+Green+Blue) = 62+83+16=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #3E5310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5310 is #C1ACEF. Grayscale: #454545. Windows color (decimal): -12692720 or 1069886. OLE color: 1069886.
HSL color Cylindrical-coordinate representation of color #3E5310: hue angle of 78.81º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E5310 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 83 | 16 | - |
| CMYK | 0.25 | 0 | 0.81 | 0.67 |
| HSL | 78.81º | 0.68% | 0.19% | - |
| HSV(B) | 78.81º | 0.81% | 0.33% | - |
| XYZ | 5.17 | 7.25 | 1.62 | - |
| YUV | 69.08 | 98.04 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 83 | 16 | 0.25 | 0 | 0.81 | 0.67 | 78.81 | 0.68 | 0.19 |
| Hex | 3E | 53 | 10 | 19 | 0 | 51 | 43 | 4F | 44 | 13 |
| Octal | 76 | 123 | 20 | 31 | 0 | 121 | 103 | 117 | 104 | 23 |
| Binary | 111110 | 1010011 | 10000 | 11001 | 0 | 1010001 | 1000011 | 1001111 | 1000100 | 10011 |
Color Harmonies of #3E5310
Complementary color
Monochromatic Colors of #3E5310
Black with #3E5310
Text Example
Text Example
White with #3E5310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5310; }
p { color: rgb(62,83,16); }
H1.HeaderClassName
{
color: #3E5310;
}
.AnyTagClassName
{
color: #3E5310;
}
</style>
background-color css
<style>
a { background-color: #3E5310; }
a { background-color: rgb(62,83,16); }
div.DivClassName
{
background-color: #3E5310;
}
.BgClassName
{
background-color: #3E5310;
}
</style>
border-color css
<style>
span { border-color: #3E5310; }
span { border-color: rgb(62,83,16); }
td.TdClassName
{
border-color: #3E5310;
}
.TagClassName
{
border-color: #3E5310;
}
</style>