#3B8604

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

Shades of Bilbao #3B8604

Tints of Bilbao #3B8604

Color information

#3B8604 (or 0x3B8604) is unknown color: approx Bilbao. HEX triplet: 3B, 86 and 04. RGB value is (59,134,4). Sum of RGB (Red+Green+Blue) = 59+134+4=197 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.95% from 197); Green value is 134 (52.73% from 255 or 68.02% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 134 - color contains mainly: green. Hex color #3B8604 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3B8604 is #C479FB. Grayscale: #616161. Windows color (decimal): -12876284 or 296507. OLE color: 296507.

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

Color convert

RGB591344-
CMYK0.5600.970.47
HSL94.62º94.2%27.06%-
HSV(B)94.62º97.01%52.55%-
XYZ10.3517.993.04-
YUV96.7675.65101.07-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.95%
GREEN value IS 134 (52.73% from 255) = 68.02%
BLUE value IS 4 (1.95% from 255) = 2.03%
R=29.95%
G=68.02%
B=2.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5913440.5600.970.4794.6294.227.06
Hex3B864380612F5f5e1b
Octal7320647001415713713633
Binary11101110000110100111000011000011011111011111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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