#3E4913

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

Shades of Verdun Green #3E4913

Tints of Verdun Green #3E4913

Color information

#3E4913 (or 0x3E4913) is unknown color: approx Verdun Green. HEX triplet: 3E, 49 and 13. RGB value is (62,73,19). Sum of RGB (Red+Green+Blue) = 62+73+19=154 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.26% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 73 - color contains mainly: green. Hex color #3E4913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4913 is #C1B6EC. Grayscale: #3F3F3F. Windows color (decimal): -12695277 or 1263934. OLE color: 1263934.

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

Color convert

RGB627319-
CMYK0.1500.740.71
HSL72.22º58.7%18.04%-
HSV(B)72.22º73.97%28.63%-
XYZ4.495.841.51-
YUV63.55102.86126.89-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 40.26%
GREEN value IS 73 (28.91% from 255) = 47.40%
BLUE value IS 19 (7.81% from 255) = 12.34%
R=40.26%
G=47.40%
B=12.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6273190.1500.740.7172.2258.718.04
Hex3E4913F04A47483b12
Octal76111231701121071107322
Binary1111101001001100111111010010101000111100100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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