#326E0B

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

Shades of Bilbao #326E0B

Tints of Bilbao #326E0B

Color information

#326E0B (or 0x326E0B) is unknown color: approx Bilbao. HEX triplet: 32, 6E and 0B. RGB value is (50,110,11). Sum of RGB (Red+Green+Blue) = 50+110+11=171 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.24% from 171); Green value is 110 (43.36% from 255 or 64.33% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 110 - color contains mainly: green. Hex color #326E0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326E0B is #CD91F4. Grayscale: #515151. Windows color (decimal): -13472245 or 749106. OLE color: 749106.

HSL color Cylindrical-coordinate representation of color #326E0B: hue angle of 96.36º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #326E0B is Cyan = 0.55, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.57.

Color convert

RGB5011011-
CMYK0.5500.90.57
HSL96.36º81.82%23.73%-
HSV(B)96.36º90%43.14%-
XYZ6.9511.852.24-
YUV80.7788.62106.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.24%
GREEN value IS 110 (43.36% from 255) = 64.33%
BLUE value IS 11 (4.69% from 255) = 6.43%
R=29.24%
G=64.33%
B=6.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50110110.5500.90.5796.3681.8223.73
Hex326EB3705A39605218
Octal62156136701327114012230
Binary11001011011101011110111010110101110011100000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,110,11); }

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

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

 a { background-color: rgb(50,110,11); }

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

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

 span { border-color: rgb(50,110,11); }

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