#326C14

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

Shades of Bilbao #326C14

Tints of Bilbao #326C14

Color information

#326C14 (or 0x326C14) is unknown color: approx Bilbao. HEX triplet: 32, 6C and 14. RGB value is (50,108,20). Sum of RGB (Red+Green+Blue) = 50+108+20=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 108 (42.58% from 255 or 60.67% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 108 - color contains mainly: green. Hex color #326C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326C14 is #CD93EB. Grayscale: #505050. Windows color (decimal): -13472748 or 1338418. OLE color: 1338418.

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

Color convert

RGB5010820-
CMYK0.5400.810.58
HSL99.55º68.75%25.1%-
HSV(B)99.55º81.48%42.35%-
XYZ6.811.452.51-
YUV80.6393.78106.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.09%
GREEN value IS 108 (42.58% from 255) = 60.67%
BLUE value IS 20 (8.20% from 255) = 11.24%
R=28.09%
G=60.67%
B=11.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50108200.5400.810.5899.5568.7525.1
Hex326C14360513A644519
Octal62154246601217214410531
Binary110010110110010100110110010100011110101100100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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