#328B1F

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

Shades of Bilbao #328B1F

Tints of Bilbao #328B1F

Color information

#328B1F (or 0x328B1F) is unknown color: approx Bilbao. HEX triplet: 32, 8B and 1F. RGB value is (50,139,31). Sum of RGB (Red+Green+Blue) = 50+139+31=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 139 (54.69% from 255 or 63.18% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 139 - color contains mainly: green. Hex color #328B1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328B1F is #CD74E0. Grayscale: #646464. Windows color (decimal): -13464801 or 2067250. OLE color: 2067250.

HSL color Cylindrical-coordinate representation of color #328B1F: hue angle of 109.44º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #328B1F is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB5013931-
CMYK0.6400.780.45
HSL109.44º63.53%33.33%-
HSV(B)109.44º77.7%54.51%-
XYZ10.819.244.44-
YUV100.0889.0192.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.73%
GREEN value IS 139 (54.69% from 255) = 63.18%
BLUE value IS 31 (12.5% from 255) = 14.09%
R=22.73%
G=63.18%
B=14.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50139310.6400.780.45109.4463.5333.33
Hex328B1F4004E2D6d4021
Octal622133710001165515510041
Binary110010100010111111110000000100111010110111011011000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328B1F; }

 p { color: rgb(50,139,31); }

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

<style>
 a { background-color: #328B1F; }

 a { background-color: rgb(50,139,31); }

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

<style>
 span { border-color: #328B1F; }

 span { border-color: rgb(50,139,31); }

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