#3E4F06

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

Shades of Verdun Green #3E4F06

Tints of Verdun Green #3E4F06

Color information

#3E4F06 (or 0x3E4F06) is unknown color: approx Verdun Green. HEX triplet: 3E, 4F and 06. RGB value is (62,79,6). Sum of RGB (Red+Green+Blue) = 62+79+6=147 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.18% from 147); Green value is 79 (31.25% from 255 or 53.74% from 147); Blue value is 6 (2.73% from 255 or 4.08% from 147); Max value from RGB is 79 - color contains mainly: green. Hex color #3E4F06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E4F06 is #C1B0F9. Grayscale: #414141. Windows color (decimal): -12693754 or 413502. OLE color: 413502.

HSL color Cylindrical-coordinate representation of color #3E4F06: hue angle of 73.97º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E4F06 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB62796-
CMYK0.2200.920.69
HSL73.97º85.88%16.67%-
HSV(B)73.97º92.41%30.98%-
XYZ4.826.631.2-
YUV65.694.37125.44-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 42.18%
GREEN value IS 79 (31.25% from 255) = 53.74%
BLUE value IS 6 (2.73% from 255) = 4.08%
R=42.18%
G=53.74%
B=4.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal627960.2200.920.6973.9785.8816.67
Hex3E4F61605C454a5611
Octal76117626013410511212621
Binary1111101001111110101100101110010001011001010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,79,6); }

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

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

 a { background-color: rgb(62,79,6); }

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

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

 span { border-color: rgb(62,79,6); }

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