#328321

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

Shades of Bilbao #328321

Tints of Bilbao #328321

Color information

#328321 (or 0x328321) is unknown color: approx Bilbao. HEX triplet: 32, 83 and 21. RGB value is (50,131,33). Sum of RGB (Red+Green+Blue) = 50+131+33=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 131 (51.56% from 255 or 61.21% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 131 - color contains mainly: green. Hex color #328321 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328321 is #CD7CDE. Grayscale: #5F5F5F. Windows color (decimal): -13466847 or 2196274. OLE color: 2196274.

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

Color convert

RGB5013133-
CMYK0.6200.750.49
HSL109.59º59.76%32.16%-
HSV(B)109.59º74.81%51.37%-
XYZ9.7117.024.21-
YUV95.6192.6695.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.36%
GREEN value IS 131 (51.56% from 255) = 61.21%
BLUE value IS 33 (13.28% from 255) = 15.42%
R=23.36%
G=61.21%
B=15.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50131330.6200.750.49109.5959.7632.16
Hex3283213E04B316e3c20
Octal6220341760113611567440
Binary11001010000011100001111110010010111100011101110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328321; }

 p { color: rgb(50,131,33); }

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

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

 a { background-color: rgb(50,131,33); }

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

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

 span { border-color: rgb(50,131,33); }

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