#326E10

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

Shades of Bilbao #326E10

Tints of Bilbao #326E10

Color information

#326E10 (or 0x326E10) is unknown color: approx Bilbao. HEX triplet: 32, 6E and 10. RGB value is (50,110,16). Sum of RGB (Red+Green+Blue) = 50+110+16=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 110 (43.36% from 255 or 62.5% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 110 - color contains mainly: green. Hex color #326E10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326E10 is #CD91EF. Grayscale: #515151. Windows color (decimal): -13472240 or 1076786. OLE color: 1076786.

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

Color convert

RGB5011016-
CMYK0.5500.850.57
HSL98.3º74.6%24.71%-
HSV(B)98.3º85.45%43.14%-
XYZ6.9811.872.41-
YUV81.3491.12105.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.41%
GREEN value IS 110 (43.36% from 255) = 62.5%
BLUE value IS 16 (6.64% from 255) = 9.09%
R=28.41%
G=62.5%
B=9.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50110160.5500.850.5798.374.624.71
Hex326E103705539624b19
Octal62156206701257114211331
Binary110010110111010000110111010101011110011100010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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