#3B7520

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

Shades of Bilbao #3B7520

Tints of Bilbao #3B7520

Color information

#3B7520 (or 0x3B7520) is unknown color: approx Bilbao. HEX triplet: 3B, 75 and 20. RGB value is (59,117,32). Sum of RGB (Red+Green+Blue) = 59+117+32=208 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.37% from 208); Green value is 117 (46.09% from 255 or 56.25% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 117 - color contains mainly: green. Hex color #3B7520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7520 is #C48ADF. Grayscale: #5A5A5A. Windows color (decimal): -12880608 or 2127163. OLE color: 2127163.

HSL color Cylindrical-coordinate representation of color #3B7520: hue angle of 100.94º 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 #3B7520 is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB5911732-
CMYK0.5000.730.54
HSL100.94º57.05%29.22%-
HSV(B)100.94º72.65%45.88%-
XYZ8.4313.763.58-
YUV89.9795.28105.91-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.37%
GREEN value IS 117 (46.09% from 255) = 56.25%
BLUE value IS 32 (12.89% from 255) = 15.38%
R=28.37%
G=56.25%
B=15.38%

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
Decimal59117320.5000.730.54100.9457.0529.22
Hex3B7520320493665391d
Octal7316540620111661457135
Binary111011111010110000011001001001001110110110010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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