#328223

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

Shades of Bilbao #328223

Tints of Bilbao #328223

Color information

#328223 (or 0x328223) is unknown color: approx Bilbao. HEX triplet: 32, 82 and 23. RGB value is (50,130,35). Sum of RGB (Red+Green+Blue) = 50+130+35=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 130 (51.17% from 255 or 60.47% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 130 - color contains mainly: green. Hex color #328223 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328223 is #CD7DDC. Grayscale: #5F5F5F. Windows color (decimal): -13467101 or 2327090. OLE color: 2327090.

HSL color Cylindrical-coordinate representation of color #328223: hue angle of 110.53º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #328223 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB5013035-
CMYK0.6200.730.49
HSL110.53º57.58%32.35%-
HSV(B)110.53º73.08%50.98%-
XYZ9.616.764.32-
YUV95.259495.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.26%
GREEN value IS 130 (51.17% from 255) = 60.47%
BLUE value IS 35 (14.06% from 255) = 16.28%
R=23.26%
G=60.47%
B=16.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50130350.6200.730.49110.5357.5832.35
Hex3282233E049316f3a20
Octal6220243760111611577240
Binary11001010000010100011111110010010011100011101111111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328223; }

 p { color: rgb(50,130,35); }

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

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

 a { background-color: rgb(50,130,35); }

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

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

 span { border-color: rgb(50,130,35); }

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