#3B8612

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

Shades of Bilbao #3B8612

Tints of Bilbao #3B8612

Color information

#3B8612 (or 0x3B8612) is unknown color: approx Bilbao. HEX triplet: 3B, 86 and 12. RGB value is (59,134,18). Sum of RGB (Red+Green+Blue) = 59+134+18=211 (27% of max value = 765). Red value is 59 (23.44% from 255 or 27.96% from 211); Green value is 134 (52.73% from 255 or 63.51% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 134 - color contains mainly: green. Hex color #3B8612 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3B8612 is #C479ED. Grayscale: #626262. Windows color (decimal): -12876270 or 1214011. OLE color: 1214011.

HSL color Cylindrical-coordinate representation of color #3B8612: hue angle of 98.79º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3B8612 is Cyan = 0.56, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB5913418-
CMYK0.5600.870.47
HSL98.79º76.32%29.8%-
HSV(B)98.79º86.57%52.55%-
XYZ10.4418.023.5-
YUV98.3582.6599.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.96%
GREEN value IS 134 (52.73% from 255) = 63.51%
BLUE value IS 18 (7.42% from 255) = 8.53%
R=27.96%
G=63.51%
B=8.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal59134180.5600.870.4798.7976.3229.8
Hex3B8612380572F634c1e
Octal73206227001275714311436
Binary1110111000011010010111000010101111011111100011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,134,18); }

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

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

 a { background-color: rgb(59,134,18); }

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

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

 span { border-color: rgb(59,134,18); }

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