#3B7F2C

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

Shades of Bilbao #3B7F2C

Tints of Bilbao #3B7F2C

Color information

#3B7F2C (or 0x3B7F2C) is unknown color: approx Bilbao. HEX triplet: 3B, 7F and 2C. RGB value is (59,127,44). Sum of RGB (Red+Green+Blue) = 59+127+44=230 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.65% from 230); Green value is 127 (50% from 255 or 55.22% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 127 - color contains mainly: green. Hex color #3B7F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7F2C is #C480D3. Grayscale: #616161. Windows color (decimal): -12878036 or 2916155. OLE color: 2916155.

HSL color Cylindrical-coordinate representation of color #3B7F2C: hue angle of 109.16º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B7F2C is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB5912744-
CMYK0.5400.650.50
HSL109.16º48.54%33.53%-
HSV(B)109.16º65.35%49.8%-
XYZ9.8516.295.01-
YUV97.2197.97100.75-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.65%
GREEN value IS 127 (50% from 255) = 55.22%
BLUE value IS 44 (17.58% from 255) = 19.13%
R=25.65%
G=55.22%
B=19.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal59127440.5400.650.50109.1648.5433.53
Hex3B7F2C36041326d3122
Octal7317754660101621556142
Binary1110111111111101100110110010000011100101101101110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,127,44); }

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

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

 a { background-color: rgb(59,127,44); }

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

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

 span { border-color: rgb(59,127,44); }

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