#3E5211

Color #3E5211 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #3E5211

Tints of Verdun Green #3E5211

Color information

#3E5211 (or 0x3E5211) is unknown color: approx Verdun Green. HEX triplet: 3E, 52 and 11. RGB value is (62,82,17). Sum of RGB (Red+Green+Blue) = 62+82+17=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 82 (32.42% from 255 or 50.93% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 82 - color contains mainly: green. Hex color #3E5211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E5211 is #C1ADEE. Grayscale: #444444. Windows color (decimal): -12692975 or 1135166. OLE color: 1135166.

HSL color Cylindrical-coordinate representation of color #3E5211: hue angle of 78.46º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E5211 is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB628217-
CMYK0.2400.790.68
HSL78.46º65.66%19.41%-
HSV(B)78.46º79.27%32.16%-
XYZ5.117.11.63-
YUV68.6198.87123.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 38.51%
GREEN value IS 82 (32.42% from 255) = 50.93%
BLUE value IS 17 (7.03% from 255) = 10.56%
R=38.51%
G=50.93%
B=10.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6282170.2400.790.6878.4665.6619.41
Hex3E52111804F444e4213
Octal761222130011710411610223
Binary111110101001010001110000100111110001001001110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E5211; }

 p { color: rgb(62,82,17); }

 H1.HeaderClassName
 {
   color: #3E5211;
 }
 .AnyTagClassName
 {
   color: #3E5211;
 }
</style>
background-color css

<style>
 a { background-color: #3E5211; }

 a { background-color: rgb(62,82,17); }

 div.DivClassName
 {
   background-color: #3E5211;
 }
 .BgClassName
 {
   background-color: #3E5211;
 }
</style>
border-color css

<style>
 span { border-color: #3E5211; }

 span { border-color: rgb(62,82,17); }

 td.TdClassName
 {
   border-color: #3E5211;
 }
 .TagClassName
 {
   border-color: #3E5211;
 }
</style>