#3B771B

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

Shades of Bilbao #3B771B

Tints of Bilbao #3B771B

Color information

#3B771B (or 0x3B771B) is unknown color: approx Bilbao. HEX triplet: 3B, 77 and 1B. RGB value is (59,119,27). Sum of RGB (Red+Green+Blue) = 59+119+27=205 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.78% from 205); Green value is 119 (46.88% from 255 or 58.05% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 119 - color contains mainly: green. Hex color #3B771B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B771B is #C488E4. Grayscale: #5A5A5A. Windows color (decimal): -12880101 or 1799995. OLE color: 1799995.

HSL color Cylindrical-coordinate representation of color #3B771B: hue angle of 99.13º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B771B is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB5911927-
CMYK0.5000.770.53
HSL99.13º63.01%28.63%-
HSV(B)99.13º77.31%46.67%-
XYZ8.614.23.33-
YUV90.5792.12105.48-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.78%
GREEN value IS 119 (46.88% from 255) = 58.05%
BLUE value IS 27 (10.94% from 255) = 13.17%
R=28.78%
G=58.05%
B=13.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59119270.5000.770.5399.1363.0128.63
Hex3B771B3204D35633f1d
Octal7316733620115651437735
Binary11101111101111101111001001001101110101110001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B771B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,119,27); }

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

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

 a { background-color: rgb(59,119,27); }

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

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

 span { border-color: rgb(59,119,27); }

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