#3F6106

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

Shades of Verdun Green #3F6106

Tints of Verdun Green #3F6106

Color information

#3F6106 (or 0x3F6106) is unknown color: approx Verdun Green. HEX triplet: 3F, 61 and 06. RGB value is (63,97,6). Sum of RGB (Red+Green+Blue) = 63+97+6=166 (21% of max value = 765). Red value is 63 (25% from 255 or 37.95% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #3F6106 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6106 is #C09EF9. Grayscale: #4C4C4C. Windows color (decimal): -12623610 or 418111. OLE color: 418111.

HSL color Cylindrical-coordinate representation of color #3F6106: hue angle of 82.42º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F6106 is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB63976-
CMYK0.3500.940.62
HSL82.42º88.35%20.2%-
HSV(B)82.42º93.81%38.04%-
XYZ6.369.621.69-
YUV76.4688.24118.4-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.95%
GREEN value IS 97 (38.28% from 255) = 58.43%
BLUE value IS 6 (2.73% from 255) = 3.61%
R=37.95%
G=58.43%
B=3.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal639760.3500.940.6282.4288.3520.2
Hex3F6162305E3E525814
Octal7714164301367612213024
Binary1111111100001110100011010111101111101010010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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