#3F8709

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

Shades of Bilbao #3F8709

Tints of Bilbao #3F8709

Color information

#3F8709 (or 0x3F8709) is unknown color: approx Bilbao. HEX triplet: 3F, 87 and 09. RGB value is (63,135,9). Sum of RGB (Red+Green+Blue) = 63+135+9=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 135 (53.12% from 255 or 65.22% from 207); Blue value is 9 (3.91% from 255 or 4.35% from 207); Max value from RGB is 135 - color contains mainly: green. Hex color #3F8709 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F8709 is #C078F6. Grayscale: #636363. Windows color (decimal): -12613879 or 624447. OLE color: 624447.

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

Color convert

RGB631359-
CMYK0.5300.930.47
HSL94.29º87.5%28.24%-
HSV(B)94.29º93.33%52.94%-
XYZ10.7618.43.24-
YUV99.1177.15102.25-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.43%
GREEN value IS 135 (53.12% from 255) = 65.22%
BLUE value IS 9 (3.91% from 255) = 4.35%
R=30.43%
G=65.22%
B=4.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6313590.5300.930.4794.2987.528.24
Hex3F8793505D2F5e581c
Octal77207116501355713613034
Binary111111100001111001110101010111011011111011110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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