#3F4814

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

Shades of Verdun Green #3F4814

Tints of Verdun Green #3F4814

Color information

#3F4814 (or 0x3F4814) is unknown color: approx Verdun Green. HEX triplet: 3F, 48 and 14. RGB value is (63,72,20). Sum of RGB (Red+Green+Blue) = 63+72+20=155 (20% of max value = 765). Red value is 63 (25% from 255 or 40.65% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 72 - color contains mainly: green. Hex color #3F4814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4814 is #C0B7EB. Grayscale: #3F3F3F. Windows color (decimal): -12629996 or 1329215. OLE color: 1329215.

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

Color convert

RGB637220-
CMYK0.1200.720.72
HSL70.38º56.52%18.04%-
HSV(B)70.38º72.22%28.24%-
XYZ4.495.741.53-
YUV63.38103.52127.73-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.65%
GREEN value IS 72 (28.52% from 255) = 46.45%
BLUE value IS 20 (8.20% from 255) = 12.90%
R=40.65%
G=46.45%
B=12.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6372200.1200.720.7270.3856.5218.04
Hex3F4814C04848463912
Octal77110241401101101067122
Binary1111111001000101001100010010001001000100011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,72,20); }

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

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

 a { background-color: rgb(63,72,20); }

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

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

 span { border-color: rgb(63,72,20); }

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