#328225

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

Shades of Bilbao #328225

Tints of Bilbao #328225

Color information

#328225 (or 0x328225) is unknown color: approx Bilbao. HEX triplet: 32, 82 and 25. RGB value is (50,130,37). Sum of RGB (Red+Green+Blue) = 50+130+37=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 130 (51.17% from 255 or 59.91% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 130 - color contains mainly: green. Hex color #328225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328225 is #CD7DDA. Grayscale: #5F5F5F. Windows color (decimal): -13467099 or 2458162. OLE color: 2458162.

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

Color convert

RGB5013037-
CMYK0.6200.720.49
HSL111.61º55.69%32.75%-
HSV(B)111.61º71.54%50.98%-
XYZ9.6316.784.48-
YUV95.489595.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.04%
GREEN value IS 130 (51.17% from 255) = 59.91%
BLUE value IS 37 (14.84% from 255) = 17.05%
R=23.04%
G=59.91%
B=17.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50130370.6200.720.49111.6155.6932.75
Hex3282253E04831703821
Octal6220245760110611607041
Binary11001010000010100101111110010010001100011110000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328225; }

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

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

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

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

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

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

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

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