#3E4404

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

Shades of Verdun Green #3E4404

Tints of Verdun Green #3E4404

Color information

#3E4404 (or 0x3E4404) is unknown color: approx Verdun Green. HEX triplet: 3E, 44 and 04. RGB value is (62,68,4). Sum of RGB (Red+Green+Blue) = 62+68+4=134 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.27% from 134); Green value is 68 (26.95% from 255 or 50.75% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 68 - color contains mainly: green. Hex color #3E4404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4404 is #C1BBFB. Grayscale: #3B3B3B. Windows color (decimal): -12696572 or 279614. OLE color: 279614.

HSL color Cylindrical-coordinate representation of color #3E4404: hue angle of 65.62º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E4404 is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB62684-
CMYK0.0900.940.73
HSL65.62º88.89%14.12%-
HSV(B)65.62º94.12%26.67%-
XYZ4.085.170.9-
YUV58.9197.01130.2-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 46.27%
GREEN value IS 68 (26.95% from 255) = 50.75%
BLUE value IS 4 (1.95% from 255) = 2.99%
R=46.27%
G=50.75%
B=2.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal626840.0900.940.7365.6288.8914.12
Hex3E444905E494259e
Octal76104411013611110213116
Binary11111010001001001001010111101001001100001010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,68,4); }

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

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

 a { background-color: rgb(62,68,4); }

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

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

 span { border-color: rgb(62,68,4); }

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