#326615

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

Shades of Bilbao #326615

Tints of Bilbao #326615

Color information

#326615 (or 0x326615) is unknown color: approx Bilbao. HEX triplet: 32, 66 and 15. RGB value is (50,102,21). Sum of RGB (Red+Green+Blue) = 50+102+21=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 102 (40.23% from 255 or 58.96% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 102 - color contains mainly: green. Hex color #326615 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326615 is #CD99EA. Grayscale: #4D4D4D. Windows color (decimal): -13474283 or 1402418. OLE color: 1402418.

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

Color convert

RGB5010221-
CMYK0.5100.790.6
HSL98.52º65.85%24.12%-
HSV(B)98.52º79.41%40%-
XYZ6.210.232.36-
YUV77.2296.27108.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.90%
GREEN value IS 102 (40.23% from 255) = 58.96%
BLUE value IS 21 (8.59% from 255) = 12.14%
R=28.90%
G=58.96%
B=12.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal50102210.5100.790.698.5265.8524.12
Hex3266153304F3C634218
Octal62146256301177414310230
Binary110010110011010101110011010011111111001100011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326615; }

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

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

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

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

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

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

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

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