#328809

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

Shades of Bilbao #328809

Tints of Bilbao #328809

Color information

#328809 (or 0x328809) is unknown color: approx Bilbao. HEX triplet: 32, 88 and 09. RGB value is (50,136,9). Sum of RGB (Red+Green+Blue) = 50+136+9=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 136 (53.52% from 255 or 69.74% from 195); Blue value is 9 (3.91% from 255 or 4.62% from 195); Max value from RGB is 136 - color contains mainly: green. Hex color #328809 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328809 is #CD77F6. Grayscale: #606060. Windows color (decimal): -13465591 or 624690. OLE color: 624690.

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

Color convert

RGB501369-
CMYK0.6300.930.47
HSL100.63º87.59%28.43%-
HSV(B)100.63º93.38%53.33%-
XYZ10.1718.313.26-
YUV95.8179.0195.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.64%
GREEN value IS 136 (53.52% from 255) = 69.74%
BLUE value IS 9 (3.91% from 255) = 4.62%
R=25.64%
G=69.74%
B=4.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5013690.6300.930.47100.6387.5928.43
Hex328893F05D2F65581c
Octal62210117701355714513034
Binary110010100010001001111111010111011011111100101101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328809; }

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

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

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

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

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

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

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

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