#3F7608

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

Shades of Bilbao #3F7608

Tints of Bilbao #3F7608

Color information

#3F7608 (or 0x3F7608) is unknown color: approx Bilbao. HEX triplet: 3F, 76 and 08. RGB value is (63,118,8). Sum of RGB (Red+Green+Blue) = 63+118+8=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 118 (46.48% from 255 or 62.43% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7608 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7608 is #C089F7. Grayscale: #595959. Windows color (decimal): -12618232 or 554559. OLE color: 554559.

HSL color Cylindrical-coordinate representation of color #3F7608: hue angle of 90º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F7608 is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB631188-
CMYK0.4700.930.54
HSL90º87.3%24.71%-
HSV(B)90º93.22%46.27%-
XYZ8.5714.032.49-
YUV89.0282.28109.44-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.33%
GREEN value IS 118 (46.48% from 255) = 62.43%
BLUE value IS 8 (3.52% from 255) = 4.23%
R=33.33%
G=62.43%
B=4.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6311880.4700.930.549087.324.71
Hex3F7682F05D365a5719
Octal77166105701356613212731
Binary11111111101101000101111010111011101101011010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,118,8); }

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

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

 a { background-color: rgb(63,118,8); }

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

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

 span { border-color: rgb(63,118,8); }

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