#3F871B

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

Shades of Bilbao #3F871B

Tints of Bilbao #3F871B

Color information

#3F871B (or 0x3F871B) is unknown color: approx Bilbao. HEX triplet: 3F, 87 and 1B. RGB value is (63,135,27). Sum of RGB (Red+Green+Blue) = 63+135+27=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 135 (53.12% from 255 or 60% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 135 - color contains mainly: green. Hex color #3F871B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F871B is #C078E4. Grayscale: #656565. Windows color (decimal): -12613861 or 1804095. OLE color: 1804095.

HSL color Cylindrical-coordinate representation of color #3F871B: hue angle of 100º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F871B is Cyan = 0.53, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.47.

Color convert

RGB6313527-
CMYK0.5300.80.47
HSL100º66.67%31.76%-
HSV(B)100º80%52.94%-
XYZ10.9118.464.03-
YUV101.1686.15100.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28%
GREEN value IS 135 (53.12% from 255) = 60%
BLUE value IS 27 (10.94% from 255) = 12%
R=28%
G=60%
B=12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal63135270.5300.80.4710066.6731.76
Hex3F871B350502F644320
Octal77207336501205714410340
Binary11111110000111110111101010101000010111111001001000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F871B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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