#328320

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

Shades of Bilbao #328320

Tints of Bilbao #328320

Color information

#328320 (or 0x328320) is unknown color: approx Bilbao. HEX triplet: 32, 83 and 20. RGB value is (50,131,32). Sum of RGB (Red+Green+Blue) = 50+131+32=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 131 (51.56% from 255 or 61.50% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 131 - color contains mainly: green. Hex color #328320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328320 is #CD7CDF. Grayscale: #5F5F5F. Windows color (decimal): -13466848 or 2130738. OLE color: 2130738.

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

Color convert

RGB5013132-
CMYK0.6200.760.49
HSL109.09º60.74%31.96%-
HSV(B)109.09º75.57%51.37%-
XYZ9.6917.014.14-
YUV95.4992.1695.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.47%
GREEN value IS 131 (51.56% from 255) = 61.50%
BLUE value IS 32 (12.89% from 255) = 15.02%
R=23.47%
G=61.50%
B=15.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50131320.6200.760.49109.0960.7431.96
Hex3283203E04C316d3d20
Octal6220340760114611557540
Binary11001010000011100000111110010011001100011101101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328320; }

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

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

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

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

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

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

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

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