#328221

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

Shades of Bilbao #328221

Tints of Bilbao #328221

Color information

#328221 (or 0x328221) is unknown color: approx Bilbao. HEX triplet: 32, 82 and 21. RGB value is (50,130,33). Sum of RGB (Red+Green+Blue) = 50+130+33=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 130 (51.17% from 255 or 61.03% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 130 - color contains mainly: green. Hex color #328221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328221 is #CD7DDE. Grayscale: #5F5F5F. Windows color (decimal): -13467103 or 2196018. OLE color: 2196018.

HSL color Cylindrical-coordinate representation of color #328221: hue angle of 109.48º 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 #328221 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB5013033-
CMYK0.6200.750.49
HSL109.48º59.51%31.96%-
HSV(B)109.48º74.62%50.98%-
XYZ9.5716.754.17-
YUV95.029395.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.47%
GREEN value IS 130 (51.17% from 255) = 61.03%
BLUE value IS 33 (13.28% from 255) = 15.49%
R=23.47%
G=61.03%
B=15.49%

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
Decimal50130330.6200.750.49109.4859.5131.96
Hex3282213E04B316d3c20
Octal6220241760113611557440
Binary11001010000010100001111110010010111100011101101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328221; }

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

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

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

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

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

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

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

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