#3F4716

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

Shades of Verdun Green #3F4716

Tints of Verdun Green #3F4716

Color information

#3F4716 (or 0x3F4716) is unknown color: approx Verdun Green. HEX triplet: 3F, 47 and 16. RGB value is (63,71,22). Sum of RGB (Red+Green+Blue) = 63+71+22=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 71 - color contains mainly: green. Hex color #3F4716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4716 is #C0B8E9. Grayscale: #3F3F3F. Windows color (decimal): -12630250 or 1460031. OLE color: 1460031.

HSL color Cylindrical-coordinate representation of color #3F4716: hue angle of 69.8º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F4716 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB637122-
CMYK0.1100.690.72
HSL69.8º52.69%18.24%-
HSV(B)69.8º69.01%27.84%-
XYZ4.455.621.61-
YUV63.02104.85127.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.38%
GREEN value IS 71 (28.12% from 255) = 45.51%
BLUE value IS 22 (8.98% from 255) = 14.10%
R=40.38%
G=45.51%
B=14.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6371220.1100.690.7269.852.6918.24
Hex3F4716B04548463512
Octal77107261301051101066522
Binary1111111000111101101011010001011001000100011011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,71,22); }

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

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

 a { background-color: rgb(63,71,22); }

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

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

 span { border-color: rgb(63,71,22); }

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