#3F6012

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

Shades of Verdun Green #3F6012

Tints of Verdun Green #3F6012

Color information

#3F6012 (or 0x3F6012) is unknown color: approx Verdun Green. HEX triplet: 3F, 60 and 12. RGB value is (63,96,18). Sum of RGB (Red+Green+Blue) = 63+96+18=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 96 (37.89% from 255 or 54.24% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 96 - color contains mainly: green. Hex color #3F6012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6012 is #C09FED. Grayscale: #4D4D4D. Windows color (decimal): -12623854 or 1204287. OLE color: 1204287.

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

Color convert

RGB639618-
CMYK0.3400.810.62
HSL85.38º68.42%22.35%-
HSV(B)85.38º81.25%37.65%-
XYZ6.349.472.07-
YUV77.2494.57117.84-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.59%
GREEN value IS 96 (37.89% from 255) = 54.24%
BLUE value IS 18 (7.42% from 255) = 10.17%
R=35.59%
G=54.24%
B=10.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6396180.3400.810.6285.3868.4222.35
Hex3F6012220513E554416
Octal77140224201217612510426
Binary111111110000010010100010010100011111101010101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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