#3F7731

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

Shades of Bilbao #3F7731

Tints of Bilbao #3F7731

Color information

#3F7731 (or 0x3F7731) is unknown color: approx Bilbao. HEX triplet: 3F, 77 and 31. RGB value is (63,119,49). Sum of RGB (Red+Green+Blue) = 63+119+49=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7731 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7731 is #C088CE. Grayscale: #5E5E5E. Windows color (decimal): -12617935 or 3241791. OLE color: 3241791.

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

Color convert

RGB6311949-
CMYK0.4700.590.53
HSL108º41.67%32.94%-
HSV(B)108º58.82%46.67%-
XYZ9.214.475.21-
YUV94.28102.45105.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.27%
GREEN value IS 119 (46.88% from 255) = 51.52%
BLUE value IS 49 (19.53% from 255) = 21.21%
R=27.27%
G=51.52%
B=21.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63119490.4700.590.5310841.6732.94
Hex3F77312F03B356c2a21
Octal771676157073651545241
Binary111111111011111000110111101110111101011101100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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