#3F6011

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

Shades of Verdun Green #3F6011

Tints of Verdun Green #3F6011

Color information

#3F6011 (or 0x3F6011) is unknown color: approx Verdun Green. HEX triplet: 3F, 60 and 11. RGB value is (63,96,17). Sum of RGB (Red+Green+Blue) = 63+96+17=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 96 (37.89% from 255 or 54.55% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 96 - color contains mainly: green. Hex color #3F6011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6011 is #C09FEE. Grayscale: #4D4D4D. Windows color (decimal): -12623855 or 1138751. OLE color: 1138751.

HSL color Cylindrical-coordinate representation of color #3F6011: hue angle of 85.06º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F6011 is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB639617-
CMYK0.3400.820.62
HSL85.06º69.91%22.16%-
HSV(B)85.06º82.29%37.65%-
XYZ6.339.462.02-
YUV77.1394.07117.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.80%
GREEN value IS 96 (37.89% from 255) = 54.55%
BLUE value IS 17 (7.03% from 255) = 9.66%
R=35.80%
G=54.55%
B=9.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6396170.3400.820.6285.0669.9122.16
Hex3F6011220523E554616
Octal77140214201227612510626
Binary111111110000010001100010010100101111101010101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,96,17); }

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

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

 a { background-color: rgb(63,96,17); }

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

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

 span { border-color: rgb(63,96,17); }

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