#326C1D

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

Shades of Bilbao #326C1D

Tints of Bilbao #326C1D

Color information

#326C1D (or 0x326C1D) is unknown color: approx Bilbao. HEX triplet: 32, 6C and 1D. RGB value is (50,108,29). Sum of RGB (Red+Green+Blue) = 50+108+29=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 108 (42.58% from 255 or 57.75% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 108 - color contains mainly: green. Hex color #326C1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326C1D is #CD93E2. Grayscale: #515151. Windows color (decimal): -13472739 or 1928242. OLE color: 1928242.

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

Color convert

RGB5010829-
CMYK0.5400.730.58
HSL104.05º57.66%26.86%-
HSV(B)104.05º73.15%42.35%-
XYZ6.911.493.02-
YUV81.6598.28105.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.74%
GREEN value IS 108 (42.58% from 255) = 57.75%
BLUE value IS 29 (11.72% from 255) = 15.51%
R=26.74%
G=57.75%
B=15.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50108290.5400.730.58104.0557.6626.86
Hex326C1D360493A683a1b
Octal6215435660111721507233
Binary11001011011001110111011001001001111010110100011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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