#326A09

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

Shades of Bilbao #326A09

Tints of Bilbao #326A09

Color information

#326A09 (or 0x326A09) is unknown color: approx Bilbao. HEX triplet: 32, 6A and 09. RGB value is (50,106,9). Sum of RGB (Red+Green+Blue) = 50+106+9=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 106 (41.80% from 255 or 64.24% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 106 - color contains mainly: green. Hex color #326A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326A09 is #CD95F6. Grayscale: #4E4E4E. Windows color (decimal): -13473271 or 617010. OLE color: 617010.

HSL color Cylindrical-coordinate representation of color #326A09: hue angle of 94.64º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #326A09 is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB501069-
CMYK0.5300.920.58
HSL94.64º84.35%22.55%-
HSV(B)94.64º91.51%41.57%-
XYZ6.5211.012.04-
YUV78.288.95107.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.30%
GREEN value IS 106 (41.80% from 255) = 64.24%
BLUE value IS 9 (3.91% from 255) = 5.45%
R=30.30%
G=64.24%
B=5.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5010690.5300.920.5894.6484.3522.55
Hex326A93505C3A5f5417
Octal62152116501347213712427
Binary11001011010101001110101010111001110101011111101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326A09; }

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

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

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

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

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

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

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

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