#3F7605

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

Shades of Bilbao #3F7605

Tints of Bilbao #3F7605

Color information

#3F7605 (or 0x3F7605) is unknown color: approx Bilbao. HEX triplet: 3F, 76 and 05. RGB value is (63,118,5). Sum of RGB (Red+Green+Blue) = 63+118+5=186 (24% of max value = 765). Red value is 63 (25% from 255 or 33.87% from 186); Green value is 118 (46.48% from 255 or 63.44% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7605 is #C089FA. Grayscale: #595959. Windows color (decimal): -12618235 or 357951. OLE color: 357951.

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

Color convert

RGB631185-
CMYK0.4700.960.54
HSL89.2º91.87%24.12%-
HSV(B)89.2º95.76%46.27%-
XYZ8.5614.022.4-
YUV88.6780.78109.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.87%
GREEN value IS 118 (46.48% from 255) = 63.44%
BLUE value IS 5 (2.34% from 255) = 2.69%
R=33.87%
G=63.44%
B=2.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6311850.4700.960.5489.291.8724.12
Hex3F7652F06036595c18
Octal7716655701406613113430
Binary1111111110110101101111011000001101101011001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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