#3F811E

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

Shades of Bilbao #3F811E

Tints of Bilbao #3F811E

Color information

#3F811E (or 0x3F811E) is unknown color: approx Bilbao. HEX triplet: 3F, 81 and 1E. RGB value is (63,129,30). Sum of RGB (Red+Green+Blue) = 63+129+30=222 (29% of max value = 765). Red value is 63 (25% from 255 or 28.38% from 222); Green value is 129 (50.78% from 255 or 58.11% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 129 - color contains mainly: green. Hex color #3F811E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F811E is #C07EE1. Grayscale: #626262. Windows color (decimal): -12615394 or 1999167. OLE color: 1999167.

HSL color Cylindrical-coordinate representation of color #3F811E: hue angle of 100º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F811E is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB6312930-
CMYK0.5100.770.49
HSL100º62.26%31.18%-
HSV(B)100º76.74%50.59%-
XYZ10.1316.853.95-
YUV97.9889.63103.05-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.38%
GREEN value IS 129 (50.78% from 255) = 58.11%
BLUE value IS 30 (12.11% from 255) = 13.51%
R=28.38%
G=58.11%
B=13.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal63129300.5100.770.4910062.2631.18
Hex3F811E3304D31643e1f
Octal7720136630115611447637
Binary111111100000011111011001101001101110001110010011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F811E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,129,30); }

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

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

 a { background-color: rgb(63,129,30); }

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

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

 span { border-color: rgb(63,129,30); }

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