#3F4F14

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

Shades of Verdun Green #3F4F14

Tints of Verdun Green #3F4F14

Color information

#3F4F14 (or 0x3F4F14) is unknown color: approx Verdun Green. HEX triplet: 3F, 4F and 14. RGB value is (63,79,20). Sum of RGB (Red+Green+Blue) = 63+79+20=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 79 (31.25% from 255 or 48.77% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 79 - color contains mainly: green. Hex color #3F4F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F4F14 is #C0B0EB. Grayscale: #434343. Windows color (decimal): -12628204 or 1331007. OLE color: 1331007.

HSL color Cylindrical-coordinate representation of color #3F4F14: hue angle of 76.27º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F4F14 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB637920-
CMYK0.2000.750.69
HSL76.27º59.6%19.41%-
HSV(B)76.27º74.68%30.98%-
XYZ4.976.71.69-
YUV67.49101.2124.8-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.89%
GREEN value IS 79 (31.25% from 255) = 48.77%
BLUE value IS 20 (8.20% from 255) = 12.35%
R=38.89%
G=48.77%
B=12.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6379200.2000.750.6976.2759.619.41
Hex3F4F141404B454c3c13
Octal77117242401131051147423
Binary11111110011111010010100010010111000101100110011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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