#3B820B

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

Shades of Bilbao #3B820B

Tints of Bilbao #3B820B

Color information

#3B820B (or 0x3B820B) is unknown color: approx Bilbao. HEX triplet: 3B, 82 and 0B. RGB value is (59,130,11). Sum of RGB (Red+Green+Blue) = 59+130+11=200 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.5% from 200); Green value is 130 (51.17% from 255 or 65% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 130 - color contains mainly: green. Hex color #3B820B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3B820B is #C47DF4. Grayscale: #5F5F5F. Windows color (decimal): -12877301 or 754235. OLE color: 754235.

HSL color Cylindrical-coordinate representation of color #3B820B: hue angle of 95.8º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B820B is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB5913011-
CMYK0.5500.920.49
HSL95.8º84.4%27.65%-
HSV(B)95.8º91.54%50.98%-
XYZ9.8516.923.06-
YUV95.280.48102.18-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.5%
GREEN value IS 130 (51.17% from 255) = 65%
BLUE value IS 11 (4.69% from 255) = 5.5%
R=29.5%
G=65%
B=5.5%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal59130110.5500.920.4995.884.427.65
Hex3B82B3705C3160541c
Octal73202136701346114012434
Binary111011100000101011110111010111001100011100000101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B820B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,130,11); }

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

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

 a { background-color: rgb(59,130,11); }

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

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

 span { border-color: rgb(59,130,11); }

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