#327209

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

Shades of Bilbao #327209

Tints of Bilbao #327209

Color information

#327209 (or 0x327209) is unknown color: approx Bilbao. HEX triplet: 32, 72 and 09. RGB value is (50,114,9). Sum of RGB (Red+Green+Blue) = 50+114+9=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 114 (44.92% from 255 or 65.90% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 114 - color contains mainly: green. Hex color #327209 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327209 is #CD8DF6. Grayscale: #535353. Windows color (decimal): -13471223 or 619058. OLE color: 619058.

HSL color Cylindrical-coordinate representation of color #327209: hue angle of 96.57º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #327209 is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB501149-
CMYK0.5600.920.55
HSL96.57º85.37%24.12%-
HSV(B)96.57º92.11%44.71%-
XYZ7.3812.732.33-
YUV82.8986.3104.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.90%
GREEN value IS 114 (44.92% from 255) = 65.90%
BLUE value IS 9 (3.91% from 255) = 5.20%
R=28.90%
G=65.90%
B=5.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5011490.5600.920.5596.5785.3724.12
Hex327293805C37615518
Octal62162117001346714112530
Binary11001011100101001111000010111001101111100001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327209; }

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

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

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

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

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

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

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

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