#3F7704

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

Shades of Bilbao #3F7704

Tints of Bilbao #3F7704

Color information

#3F7704 (or 0x3F7704) is unknown color: approx Bilbao. HEX triplet: 3F, 77 and 04. RGB value is (63,119,4). Sum of RGB (Red+Green+Blue) = 63+119+4=186 (24% of max value = 765). Red value is 63 (25% from 255 or 33.87% from 186); Green value is 119 (46.88% from 255 or 63.98% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7704 is #C088FB. Grayscale: #595959. Windows color (decimal): -12617980 or 292671. OLE color: 292671.

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

Color convert

RGB631194-
CMYK0.4700.970.53
HSL89.22º93.5%24.12%-
HSV(B)89.22º96.64%46.67%-
XYZ8.6714.262.41-
YUV89.1579.95109.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.87%
GREEN value IS 119 (46.88% from 255) = 63.98%
BLUE value IS 4 (1.95% from 255) = 2.15%
R=33.87%
G=63.98%
B=2.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6311940.4700.970.5389.2293.524.12
Hex3F7742F06135595d18
Octal7716745701416513113530
Binary1111111110111100101111011000011101011011001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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