#3F7708

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

Shades of Bilbao #3F7708

Tints of Bilbao #3F7708

Color information

#3F7708 (or 0x3F7708) is unknown color: approx Bilbao. HEX triplet: 3F, 77 and 08. RGB value is (63,119,8). Sum of RGB (Red+Green+Blue) = 63+119+8=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 119 (46.88% from 255 or 62.63% from 190); Blue value is 8 (3.52% from 255 or 4.21% from 190); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7708 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7708 is #C088F7. Grayscale: #595959. Windows color (decimal): -12617976 or 554815. OLE color: 554815.

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

Color convert

RGB631198-
CMYK0.4700.930.53
HSL90.27º87.4%24.9%-
HSV(B)90.27º93.28%46.67%-
XYZ8.6914.272.53-
YUV89.681.95109.03-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.16%
GREEN value IS 119 (46.88% from 255) = 62.63%
BLUE value IS 8 (3.52% from 255) = 4.21%
R=33.16%
G=62.63%
B=4.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6311980.4700.930.5390.2787.424.9
Hex3F7782F05D355a5719
Octal77167105701356513212731
Binary11111111101111000101111010111011101011011010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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