#3F8712

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

Shades of Bilbao #3F8712

Tints of Bilbao #3F8712

Color information

#3F8712 (or 0x3F8712) is unknown color: approx Bilbao. HEX triplet: 3F, 87 and 12. RGB value is (63,135,18). Sum of RGB (Red+Green+Blue) = 63+135+18=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 135 (53.12% from 255 or 62.5% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 135 - color contains mainly: green. Hex color #3F8712 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F8712 is #C078ED. Grayscale: #646464. Windows color (decimal): -12613870 or 1214271. OLE color: 1214271.

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

Color convert

RGB6313518-
CMYK0.5300.870.47
HSL96.92º76.47%30%-
HSV(B)96.92º86.67%52.94%-
XYZ10.8218.433.56-
YUV100.1381.65101.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.17%
GREEN value IS 135 (53.12% from 255) = 62.5%
BLUE value IS 18 (7.42% from 255) = 8.33%
R=29.17%
G=62.5%
B=8.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal63135180.5300.870.4796.9276.4730
Hex3F8712350572F614c1e
Octal77207226501275714111436
Binary1111111000011110010110101010101111011111100001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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