#3F7507

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

Shades of Bilbao #3F7507

Tints of Bilbao #3F7507

Color information

#3F7507 (or 0x3F7507) is unknown color: approx Bilbao. HEX triplet: 3F, 75 and 07. RGB value is (63,117,7). Sum of RGB (Red+Green+Blue) = 63+117+7=187 (24% of max value = 765). Red value is 63 (25% from 255 or 33.69% from 187); Green value is 117 (46.09% from 255 or 62.57% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 117 - color contains mainly: green. Hex color #3F7507 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7507 is #C08AF8. Grayscale: #585858. Windows color (decimal): -12618489 or 488767. OLE color: 488767.

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

Color convert

RGB631177-
CMYK0.4600.940.54
HSL89.45º88.71%24.31%-
HSV(B)89.45º94.02%45.88%-
XYZ8.4513.792.42-
YUV88.3182.11109.94-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.69%
GREEN value IS 117 (46.09% from 255) = 62.57%
BLUE value IS 7 (3.12% from 255) = 3.74%
R=33.69%
G=62.57%
B=3.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6311770.4600.940.5489.4588.7124.31
Hex3F7572E05E36595918
Octal7716575601366613113130
Binary1111111110101111101110010111101101101011001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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