#3E4914

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

Shades of Verdun Green #3E4914

Tints of Verdun Green #3E4914

Color information

#3E4914 (or 0x3E4914) is unknown color: approx Verdun Green. HEX triplet: 3E, 49 and 14. RGB value is (62,73,20). Sum of RGB (Red+Green+Blue) = 62+73+20=155 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 73 - color contains mainly: green. Hex color #3E4914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4914 is #C1B6EB. Grayscale: #3F3F3F. Windows color (decimal): -12695276 or 1329470. OLE color: 1329470.

HSL color Cylindrical-coordinate representation of color #3E4914: hue angle of 72.45º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E4914 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB627320-
CMYK0.1500.730.71
HSL72.45º56.99%18.24%-
HSV(B)72.45º72.6%28.63%-
XYZ4.55.841.55-
YUV63.67103.36126.81-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 40%
GREEN value IS 73 (28.91% from 255) = 47.10%
BLUE value IS 20 (8.20% from 255) = 12.90%
R=40%
G=47.10%
B=12.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6273200.1500.730.7172.4556.9918.24
Hex3E4914F04947483912
Octal76111241701111071107122
Binary1111101001001101001111010010011000111100100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,73,20); }

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

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

 a { background-color: rgb(62,73,20); }

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

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

 span { border-color: rgb(62,73,20); }

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