#3B7325

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

Shades of Bilbao #3B7325

Tints of Bilbao #3B7325

Color information

#3B7325 (or 0x3B7325) is unknown color: approx Bilbao. HEX triplet: 3B, 73 and 25. RGB value is (59,115,37). Sum of RGB (Red+Green+Blue) = 59+115+37=211 (27% of max value = 765). Red value is 59 (23.44% from 255 or 27.96% from 211); Green value is 115 (45.31% from 255 or 54.50% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 115 - color contains mainly: green. Hex color #3B7325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7325 is #C48CDA. Grayscale: #595959. Windows color (decimal): -12881115 or 2454331. OLE color: 2454331.

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

Color convert

RGB5911537-
CMYK0.4900.680.55
HSL103.08º51.32%29.8%-
HSV(B)103.08º67.83%45.1%-
XYZ8.2713.323.89-
YUV89.3698.45106.34-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.96%
GREEN value IS 115 (45.31% from 255) = 54.50%
BLUE value IS 37 (14.84% from 255) = 17.54%
R=27.96%
G=54.50%
B=17.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59115370.4900.680.55103.0851.3229.8
Hex3B7325310443767331e
Octal7316345610104671476336
Binary111011111001110010111000101000100110111110011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,115,37); }

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

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

 a { background-color: rgb(59,115,37); }

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

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

 span { border-color: rgb(59,115,37); }

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