#3B7620

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

Shades of Bilbao #3B7620

Tints of Bilbao #3B7620

Color information

#3B7620 (or 0x3B7620) is unknown color: approx Bilbao. HEX triplet: 3B, 76 and 20. RGB value is (59,118,32). Sum of RGB (Red+Green+Blue) = 59+118+32=209 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.23% from 209); Green value is 118 (46.48% from 255 or 56.46% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 118 - color contains mainly: green. Hex color #3B7620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7620 is #C489DF. Grayscale: #5A5A5A. Windows color (decimal): -12880352 or 2127419. OLE color: 2127419.

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

Color convert

RGB5911832-
CMYK0.5000.730.54
HSL101.16º57.33%29.41%-
HSV(B)101.16º72.88%46.27%-
XYZ8.5413.993.62-
YUV90.5594.95105.49-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.23%
GREEN value IS 118 (46.48% from 255) = 56.46%
BLUE value IS 32 (12.89% from 255) = 15.31%
R=28.23%
G=56.46%
B=15.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59118320.5000.730.54101.1657.3329.41
Hex3B7620320493665391d
Octal7316640620111661457135
Binary111011111011010000011001001001001110110110010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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