#3F5216

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

Shades of Verdun Green #3F5216

Tints of Verdun Green #3F5216

Color information

#3F5216 (or 0x3F5216) is unknown color: approx Verdun Green. HEX triplet: 3F, 52 and 16. RGB value is (63,82,22). Sum of RGB (Red+Green+Blue) = 63+82+22=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #3F5216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5216 is #C0ADE9. Grayscale: #454545. Windows color (decimal): -12627434 or 1462847. OLE color: 1462847.

HSL color Cylindrical-coordinate representation of color #3F5216: hue angle of 79º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F5216 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB638222-
CMYK0.2300.730.68
HSL79º57.69%20.39%-
HSV(B)79º73.17%32.16%-
XYZ5.217.151.86-
YUV69.48101.21123.38-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.72%
GREEN value IS 82 (32.42% from 255) = 49.10%
BLUE value IS 22 (8.98% from 255) = 13.17%
R=37.72%
G=49.10%
B=13.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6382220.2300.730.687957.6920.39
Hex3F521617049444f3a14
Octal77122262701111041177224
Binary11111110100101011010111010010011000100100111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,82,22); }

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

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

 a { background-color: rgb(63,82,22); }

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

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

 span { border-color: rgb(63,82,22); }

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