#3F7504

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

Shades of Bilbao #3F7504

Tints of Bilbao #3F7504

Color information

#3F7504 (or 0x3F7504) is unknown color: approx Bilbao. HEX triplet: 3F, 75 and 04. RGB value is (63,117,4). Sum of RGB (Red+Green+Blue) = 63+117+4=184 (24% of max value = 765). Red value is 63 (25% from 255 or 34.24% from 184); Green value is 117 (46.09% from 255 or 63.59% from 184); Blue value is 4 (1.95% from 255 or 2.17% from 184); Max value from RGB is 117 - color contains mainly: green. Hex color #3F7504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7504 is #C08AFB. Grayscale: #585858. Windows color (decimal): -12618492 or 292159. OLE color: 292159.

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

Color convert

RGB631174-
CMYK0.4600.970.54
HSL88.67º93.39%23.73%-
HSV(B)88.67º96.58%45.88%-
XYZ8.4313.792.33-
YUV87.9780.61110.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.24%
GREEN value IS 117 (46.09% from 255) = 63.59%
BLUE value IS 4 (1.95% from 255) = 2.17%
R=34.24%
G=63.59%
B=2.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6311740.4600.970.5488.6793.3923.73
Hex3F7542E06136595d18
Octal7716545601416613113530
Binary1111111110101100101110011000011101101011001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,117,4); }

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

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

 a { background-color: rgb(63,117,4); }

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

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

 span { border-color: rgb(63,117,4); }

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