#328B20

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

Shades of Bilbao #328B20

Tints of Bilbao #328B20

Color information

#328B20 (or 0x328B20) is unknown color: approx Bilbao. HEX triplet: 32, 8B and 20. RGB value is (50,139,32). Sum of RGB (Red+Green+Blue) = 50+139+32=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 139 (54.69% from 255 or 62.90% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 139 - color contains mainly: green. Hex color #328B20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328B20 is #CD74DF. Grayscale: #646464. Windows color (decimal): -13464800 or 2132786. OLE color: 2132786.

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

Color convert

RGB5013932-
CMYK0.6400.770.45
HSL109.91º62.57%33.53%-
HSV(B)109.91º76.98%54.51%-
XYZ10.8119.254.51-
YUV100.1989.5192.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.62%
GREEN value IS 139 (54.69% from 255) = 62.90%
BLUE value IS 32 (12.89% from 255) = 14.48%
R=22.62%
G=62.90%
B=14.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50139320.6400.770.45109.9162.5733.53
Hex328B204004D2D6e3f22
Octal62213401000115551567742
Binary110010100010111000001000000010011011011011101110111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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