#3F5406

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

Shades of Verdun Green #3F5406

Tints of Verdun Green #3F5406

Color information

#3F5406 (or 0x3F5406) is unknown color: approx Verdun Green. HEX triplet: 3F, 54 and 06. RGB value is (63,84,6). Sum of RGB (Red+Green+Blue) = 63+84+6=153 (20% of max value = 765). Red value is 63 (25% from 255 or 41.18% from 153); Green value is 84 (33.20% from 255 or 54.90% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 84 - color contains mainly: green. Hex color #3F5406 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5406 is #C0ABF9. Grayscale: #454545. Windows color (decimal): -12626938 or 414783. OLE color: 414783.

HSL color Cylindrical-coordinate representation of color #3F5406: hue angle of 76.15º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F5406 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB63846-
CMYK0.2500.930.67
HSL76.15º86.67%17.65%-
HSV(B)76.15º92.86%32.94%-
XYZ5.257.411.33-
YUV68.8392.54123.84-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 41.18%
GREEN value IS 84 (33.20% from 255) = 54.90%
BLUE value IS 6 (2.73% from 255) = 3.92%
R=41.18%
G=54.90%
B=3.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal638460.2500.930.6776.1586.6717.65
Hex3F5461905D434c5712
Octal77124631013510311412722
Binary1111111010100110110010101110110000111001100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,84,6); }

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

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

 a { background-color: rgb(63,84,6); }

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

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

 span { border-color: rgb(63,84,6); }

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