#3E4F16

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

Shades of Verdun Green #3E4F16

Tints of Verdun Green #3E4F16

Color information

#3E4F16 (or 0x3E4F16) is unknown color: approx Verdun Green. HEX triplet: 3E, 4F and 16. RGB value is (62,79,22). Sum of RGB (Red+Green+Blue) = 62+79+22=163 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.04% from 163); Green value is 79 (31.25% from 255 or 48.47% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 79 - color contains mainly: green. Hex color #3E4F16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E4F16 is #C1B0E9. Grayscale: #434343. Windows color (decimal): -12693738 or 1462078. OLE color: 1462078.

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

Color convert

RGB627922-
CMYK0.2200.720.69
HSL77.89º56.44%19.8%-
HSV(B)77.89º72.15%30.98%-
XYZ4.936.671.79-
YUV67.42102.37124.13-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 38.04%
GREEN value IS 79 (31.25% from 255) = 48.47%
BLUE value IS 22 (8.98% from 255) = 13.50%
R=38.04%
G=48.47%
B=13.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6279220.2200.720.6977.8956.4419.8
Hex3E4F1616048454e3814
Octal76117262601101051167024
Binary11111010011111011010110010010001000101100111011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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