#328C09

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

Shades of Bilbao #328C09

Tints of Bilbao #328C09

Color information

#328C09 (or 0x328C09) is unknown color: approx Bilbao. HEX triplet: 32, 8C and 09. RGB value is (50,140,9). Sum of RGB (Red+Green+Blue) = 50+140+9=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 140 (55.08% from 255 or 70.35% from 199); Blue value is 9 (3.91% from 255 or 4.52% from 199); Max value from RGB is 140 - color contains mainly: green. Hex color #328C09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328C09 is #CD73F6. Grayscale: #626262. Windows color (decimal): -13464567 or 625714. OLE color: 625714.

HSL color Cylindrical-coordinate representation of color #328C09: hue angle of 101.22º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #328C09 is Cyan = 0.64, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB501409-
CMYK0.6400.940.45
HSL101.22º87.92%29.22%-
HSV(B)101.22º93.57%54.9%-
XYZ10.7419.453.45-
YUV98.1677.6893.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.13%
GREEN value IS 140 (55.08% from 255) = 70.35%
BLUE value IS 9 (3.91% from 255) = 4.52%
R=25.13%
G=70.35%
B=4.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5014090.6400.940.45101.2287.9229.22
Hex328C94005E2D65581d
Octal622141110001365514513035
Binary1100101000110010011000000010111101011011100101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328C09; }

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

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

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

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

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

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

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

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