#326616

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

Shades of Bilbao #326616

Tints of Bilbao #326616

Color information

#326616 (or 0x326616) is unknown color: approx Bilbao. HEX triplet: 32, 66 and 16. RGB value is (50,102,22). Sum of RGB (Red+Green+Blue) = 50+102+22=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 102 (40.23% from 255 or 58.62% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 102 - color contains mainly: green. Hex color #326616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326616 is #CD99E9. Grayscale: #4D4D4D. Windows color (decimal): -13474282 or 1467954. OLE color: 1467954.

HSL color Cylindrical-coordinate representation of color #326616: hue angle of 99º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #326616 is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB5010222-
CMYK0.5100.780.6
HSL99º64.52%24.31%-
HSV(B)99º78.43%40%-
XYZ6.2110.242.41-
YUV77.3396.77108.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.74%
GREEN value IS 102 (40.23% from 255) = 58.62%
BLUE value IS 22 (8.98% from 255) = 12.64%
R=28.74%
G=58.62%
B=12.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal50102220.5100.780.69964.5224.31
Hex3266163304E3C634118
Octal62146266301167414310130
Binary110010110011010110110011010011101111001100011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326616; }

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

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

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

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

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

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

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

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