#326B1D

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

Shades of Bilbao #326B1D

Tints of Bilbao #326B1D

Color information

#326B1D (or 0x326B1D) is unknown color: approx Bilbao. HEX triplet: 32, 6B and 1D. RGB value is (50,107,29). Sum of RGB (Red+Green+Blue) = 50+107+29=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 107 (42.19% from 255 or 57.53% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 107 - color contains mainly: green. Hex color #326B1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326B1D is #CD94E2. Grayscale: #515151. Windows color (decimal): -13472995 or 1927986. OLE color: 1927986.

HSL color Cylindrical-coordinate representation of color #326B1D: hue angle of 103.85º degrees, saturation: 0.57, 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 #326B1D is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB5010729-
CMYK0.5300.730.58
HSL103.85º57.35%26.67%-
HSV(B)103.85º72.9%41.96%-
XYZ6.7911.282.98-
YUV81.0698.62105.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.88%
GREEN value IS 107 (42.19% from 255) = 57.53%
BLUE value IS 29 (11.72% from 255) = 15.59%
R=26.88%
G=57.53%
B=15.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50107290.5300.730.58103.8557.3526.67
Hex326B1D350493A68391b
Octal6215335650111721507133
Binary11001011010111110111010101001001111010110100011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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