#3F851B

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

Shades of Bilbao #3F851B

Tints of Bilbao #3F851B

Color information

#3F851B (or 0x3F851B) is unknown color: approx Bilbao. HEX triplet: 3F, 85 and 1B. RGB value is (63,133,27). Sum of RGB (Red+Green+Blue) = 63+133+27=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 133 (52.34% from 255 or 59.64% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 133 - color contains mainly: green. Hex color #3F851B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F851B is #C07AE4. Grayscale: #646464. Windows color (decimal): -12614373 or 1803583. OLE color: 1803583.

HSL color Cylindrical-coordinate representation of color #3F851B: hue angle of 99.62º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F851B is Cyan = 0.53, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB6313327-
CMYK0.5300.800.48
HSL99.62º66.25%31.37%-
HSV(B)99.62º79.7%52.16%-
XYZ10.6417.913.93-
YUV99.9986.81101.62-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.25%
GREEN value IS 133 (52.34% from 255) = 59.64%
BLUE value IS 27 (10.94% from 255) = 12.11%
R=28.25%
G=59.64%
B=12.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal63133270.5300.800.4899.6266.2531.37
Hex3F851B350503064421f
Octal77205336501206014410237
Binary1111111000010111011110101010100001100001100100100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F851B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,133,27); }

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

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

 a { background-color: rgb(63,133,27); }

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

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

 span { border-color: rgb(63,133,27); }

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