#326D16

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

Shades of Bilbao #326D16

Tints of Bilbao #326D16

Color information

#326D16 (or 0x326D16) is unknown color: approx Bilbao. HEX triplet: 32, 6D and 16. RGB value is (50,109,22). Sum of RGB (Red+Green+Blue) = 50+109+22=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 109 (42.97% from 255 or 60.22% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 109 - color contains mainly: green. Hex color #326D16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326D16 is #CD92E9. Grayscale: #515151. Windows color (decimal): -13472490 or 1469746. OLE color: 1469746.

HSL color Cylindrical-coordinate representation of color #326D16: hue angle of 100.69º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #326D16 is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.57.

Color convert

RGB5010922-
CMYK0.5400.800.57
HSL100.69º66.41%25.69%-
HSV(B)100.69º79.82%42.75%-
XYZ6.9311.672.65-
YUV81.4494.45105.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.62%
GREEN value IS 109 (42.97% from 255) = 60.22%
BLUE value IS 22 (8.98% from 255) = 12.15%
R=27.62%
G=60.22%
B=12.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50109220.5400.800.57100.6966.4125.69
Hex326D16360503965421a
Octal62155266601207114510232
Binary110010110110110110110110010100001110011100101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,109,22); }

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

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

 a { background-color: rgb(50,109,22); }

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

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

 span { border-color: rgb(50,109,22); }

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