#328825

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

Shades of Bilbao #328825

Tints of Bilbao #328825

Color information

#328825 (or 0x328825) is unknown color: approx Bilbao. HEX triplet: 32, 88 and 25. RGB value is (50,136,37). Sum of RGB (Red+Green+Blue) = 50+136+37=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 136 (53.52% from 255 or 60.99% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 136 - color contains mainly: green. Hex color #328825 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328825 is #CD77DA. Grayscale: #636363. Windows color (decimal): -13465563 or 2459698. OLE color: 2459698.

HSL color Cylindrical-coordinate representation of color #328825: hue angle of 112.12º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #328825 is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB5013637-
CMYK0.6300.730.47
HSL112.12º57.23%33.92%-
HSV(B)112.12º72.79%53.33%-
XYZ10.4518.424.75-
YUV9993.0193.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.42%
GREEN value IS 136 (53.52% from 255) = 60.99%
BLUE value IS 37 (14.84% from 255) = 16.59%
R=22.42%
G=60.99%
B=16.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50136370.6300.730.47112.1257.2333.92
Hex3288253F0492F703922
Octal6221045770111571607142
Binary11001010001000100101111111010010011011111110000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328825; }

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

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

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

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

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

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

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

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