Shades of Verdun Green #3E521A
Tints of Verdun Green #3E521A
RGB
CMYK
RGB Variations
Color information
#3E521A (or 0x3E521A) is known color: Verdun Green. HEX triplet: 3E, 52 and 1A. RGB value is (62,82,26). Sum of RGB (Red+Green+Blue) = 62+82+26=170 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.47% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 82 - color contains mainly: green. Hex color #3E521A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E521A is #C1ADE5. Grayscale: #454545. Windows color (decimal): -12692966 or 1724990. OLE color: 1724990.
HSL color Cylindrical-coordinate representation of color #3E521A: hue angle of 81.43º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E521A is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
RGB | 62 | 82 | 26 | - |
CMYK | 0.24 | 0 | 0.68 | 0.68 |
HSL | 81.43º | 0.52% | 0.21% | - |
HSV(B) | 81.43º | 0.68% | 0.32% | - |
XYZ | 5.19 | 7.13 | 2.08 | - |
YUV | 69.64 | 103.37 | 122.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 82 | 26 | 0.24 | 0 | 0.68 | 0.68 | 81.43 | 0.52 | 0.21 |
Hex | 3E | 52 | 1A | 18 | 0 | 44 | 44 | 51 | 34 | 15 |
Octal | 76 | 122 | 32 | 30 | 0 | 104 | 104 | 121 | 64 | 25 |
Binary | 111110 | 1010010 | 11010 | 11000 | 0 | 1000100 | 1000100 | 1010001 | 110100 | 10101 |
Color Harmonies of #3E521A
Complementary color
Monochromatic Colors of #3E521A
Black with #3E521A
Text Example
Text Example
White with #3E521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E521A; }
p { color: rgb(62,82,26); }
H1.HeaderClassName
{
color: #3E521A;
}
.AnyTagClassName
{
color: #3E521A;
}
</style>
background-color css
<style>
a { background-color: #3E521A; }
a { background-color: rgb(62,82,26); }
div.DivClassName
{
background-color: #3E521A;
}
.BgClassName
{
background-color: #3E521A;
}
</style>
border-color css
<style>
span { border-color: #3E521A; }
span { border-color: rgb(62,82,26); }
td.TdClassName
{
border-color: #3E521A;
}
.TagClassName
{
border-color: #3E521A;
}
</style>