#326C12

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

Shades of Bilbao #326C12

Tints of Bilbao #326C12

Color information

#326C12 (or 0x326C12) is unknown color: approx Bilbao. HEX triplet: 32, 6C and 12. RGB value is (50,108,18). Sum of RGB (Red+Green+Blue) = 50+108+18=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 108 (42.58% from 255 or 61.36% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 108 - color contains mainly: green. Hex color #326C12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326C12 is #CD93ED. Grayscale: #505050. Windows color (decimal): -13472750 or 1207346. OLE color: 1207346.

HSL color Cylindrical-coordinate representation of color #326C12: hue angle of 98.67º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #326C12 is Cyan = 0.54, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB5010818-
CMYK0.5400.830.58
HSL98.67º71.43%24.71%-
HSV(B)98.67º83.33%42.35%-
XYZ6.7911.452.42-
YUV80.492.78106.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.41%
GREEN value IS 108 (42.58% from 255) = 61.36%
BLUE value IS 18 (7.42% from 255) = 10.23%
R=28.41%
G=61.36%
B=10.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50108180.5400.830.5898.6771.4324.71
Hex326C12360533A634719
Octal62154226601237214310731
Binary110010110110010010110110010100111110101100011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,108,18); }

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

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

 a { background-color: rgb(50,108,18); }

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

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

 span { border-color: rgb(50,108,18); }

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