#328204

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

Shades of Bilbao #328204

Tints of Bilbao #328204

Color information

#328204 (or 0x328204) is unknown color: approx Bilbao. HEX triplet: 32, 82 and 04. RGB value is (50,130,4). Sum of RGB (Red+Green+Blue) = 50+130+4=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 130 (51.17% from 255 or 70.65% from 184); Blue value is 4 (1.95% from 255 or 2.17% from 184); Max value from RGB is 130 - color contains mainly: green. Hex color #328204 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328204 is #CD7DFB. Grayscale: #5C5C5C. Windows color (decimal): -13467132 or 295474. OLE color: 295474.

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

Color convert

RGB501304-
CMYK0.6200.970.49
HSL98.1º94.03%26.27%-
HSV(B)98.1º96.92%50.98%-
XYZ9.3216.652.84-
YUV91.7278.598.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.17%
GREEN value IS 130 (51.17% from 255) = 70.65%
BLUE value IS 4 (1.95% from 255) = 2.17%
R=27.17%
G=70.65%
B=2.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5013040.6200.970.4998.194.0326.27
Hex328243E06131625e1a
Octal6220247601416114213632
Binary11001010000010100111110011000011100011100010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328204; }

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

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

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

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

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

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

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

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