#3F5612

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

Shades of Verdun Green #3F5612

Tints of Verdun Green #3F5612

Color information

#3F5612 (or 0x3F5612) is unknown color: approx Verdun Green. HEX triplet: 3F, 56 and 12. RGB value is (63,86,18). Sum of RGB (Red+Green+Blue) = 63+86+18=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 86 (33.98% from 255 or 51.50% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 86 - color contains mainly: green. Hex color #3F5612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5612 is #C0A9ED. Grayscale: #474747. Windows color (decimal): -12626414 or 1201727. OLE color: 1201727.

HSL color Cylindrical-coordinate representation of color #3F5612: hue angle of 80.29º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F5612 is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB638618-
CMYK0.2700.790.66
HSL80.29º65.38%20.39%-
HSV(B)80.29º79.07%33.73%-
XYZ5.497.761.78-
YUV71.3797.88122.03-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.72%
GREEN value IS 86 (33.98% from 255) = 51.50%
BLUE value IS 18 (7.42% from 255) = 10.78%
R=37.72%
G=51.50%
B=10.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6386180.2700.790.6680.2965.3820.39
Hex3F56121B04F42504114
Octal771262233011710212010124
Binary111111101011010010110110100111110000101010000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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