#3B761B

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

Shades of Bilbao #3B761B

Tints of Bilbao #3B761B

Color information

#3B761B (or 0x3B761B) is unknown color: approx Bilbao. HEX triplet: 3B, 76 and 1B. RGB value is (59,118,27). Sum of RGB (Red+Green+Blue) = 59+118+27=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 118 (46.48% from 255 or 57.84% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 118 - color contains mainly: green. Hex color #3B761B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B761B is #C489E4. Grayscale: #5A5A5A. Windows color (decimal): -12880357 or 1799739. OLE color: 1799739.

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

Color convert

RGB5911827-
CMYK0.5000.770.54
HSL98.9º62.76%28.43%-
HSV(B)98.9º77.12%46.27%-
XYZ8.4813.973.29-
YUV89.9892.45105.9-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.92%
GREEN value IS 118 (46.48% from 255) = 57.84%
BLUE value IS 27 (10.94% from 255) = 13.24%
R=28.92%
G=57.84%
B=13.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59118270.5000.770.5498.962.7628.43
Hex3B761B3204D36633f1c
Octal7316633620115661437734
Binary11101111101101101111001001001101110110110001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B761B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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