#3F5114

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

Shades of Verdun Green #3F5114

Tints of Verdun Green #3F5114

Color information

#3F5114 (or 0x3F5114) is unknown color: approx Verdun Green. HEX triplet: 3F, 51 and 14. RGB value is (63,81,20). Sum of RGB (Red+Green+Blue) = 63+81+20=164 (21% of max value = 765). Red value is 63 (25% from 255 or 38.41% from 164); Green value is 81 (32.03% from 255 or 49.39% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 81 - color contains mainly: green. Hex color #3F5114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5114 is #C0AEEB. Grayscale: #444444. Windows color (decimal): -12627692 or 1331519. OLE color: 1331519.

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

Color convert

RGB638120-
CMYK0.2200.750.68
HSL77.7º60.4%19.8%-
HSV(B)77.7º75.31%31.76%-
XYZ5.126.991.74-
YUV68.66100.54123.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.41%
GREEN value IS 81 (32.03% from 255) = 49.39%
BLUE value IS 20 (8.20% from 255) = 12.20%
R=38.41%
G=49.39%
B=12.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6381200.2200.750.6877.760.419.8
Hex3F51141604B444e3c14
Octal77121242601131041167424
Binary11111110100011010010110010010111000100100111011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,81,20); }

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

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

 a { background-color: rgb(63,81,20); }

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

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

 span { border-color: rgb(63,81,20); }

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