#3F4F19

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

Shades of Verdun Green #3F4F19

Tints of Verdun Green #3F4F19

Color information

#3F4F19 (or 0x3F4F19) is unknown color: approx Verdun Green. HEX triplet: 3F, 4F and 19. RGB value is (63,79,25). Sum of RGB (Red+Green+Blue) = 63+79+25=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 79 (31.25% from 255 or 47.31% from 167); Blue value is 25 (10.16% from 255 or 14.97% from 167); Max value from RGB is 79 - color contains mainly: green. Hex color #3F4F19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F4F19 is #C0B0E6. Grayscale: #444444. Windows color (decimal): -12628199 or 1658687. OLE color: 1658687.

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

Color convert

RGB637925-
CMYK0.2000.680.69
HSL77.78º51.92%20.39%-
HSV(B)77.78º68.35%30.98%-
XYZ5.026.721.95-
YUV68.06103.7124.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.72%
GREEN value IS 79 (31.25% from 255) = 47.31%
BLUE value IS 25 (10.16% from 255) = 14.97%
R=37.72%
G=47.31%
B=14.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6379250.2000.680.6977.7851.9220.39
Hex3F4F1914044454e3414
Octal77117312401041051166424
Binary11111110011111100110100010001001000101100111011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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