#3F7027

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

Shades of Bilbao #3F7027

Tints of Bilbao #3F7027

Color information

#3F7027 (or 0x3F7027) is unknown color: approx Bilbao. HEX triplet: 3F, 70 and 27. RGB value is (63,112,39). Sum of RGB (Red+Green+Blue) = 63+112+39=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 112 (44.14% from 255 or 52.34% from 214); Blue value is 39 (15.62% from 255 or 18.22% from 214); Max value from RGB is 112 - color contains mainly: green. Hex color #3F7027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7027 is #C08FD8. Grayscale: #595959. Windows color (decimal): -12619737 or 2584639. OLE color: 2584639.

HSL color Cylindrical-coordinate representation of color #3F7027: hue angle of 100.27º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F7027 is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB6311239-
CMYK0.4400.650.56
HSL100.27º48.34%29.61%-
HSV(B)100.27º65.18%43.92%-
XYZ8.2112.793.96-
YUV89.0399.77109.44-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.44%
GREEN value IS 112 (44.14% from 255) = 52.34%
BLUE value IS 39 (15.62% from 255) = 18.22%
R=29.44%
G=52.34%
B=18.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63112390.4400.650.56100.2748.3429.61
Hex3F70272C0413864301e
Octal7716047540101701446036
Binary111111111000010011110110001000001111000110010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,112,39); }

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

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

 a { background-color: rgb(63,112,39); }

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

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

 span { border-color: rgb(63,112,39); }

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