#326819

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

Shades of Bilbao #326819

Tints of Bilbao #326819

Color information

#326819 (or 0x326819) is unknown color: approx Bilbao. HEX triplet: 32, 68 and 19. RGB value is (50,104,25). Sum of RGB (Red+Green+Blue) = 50+104+25=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 104 (41.02% from 255 or 58.10% from 179); Blue value is 25 (10.16% from 255 or 13.97% from 179); Max value from RGB is 104 - color contains mainly: green. Hex color #326819 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326819 is #CD97E6. Grayscale: #4F4F4F. Windows color (decimal): -13473767 or 1665074. OLE color: 1665074.

HSL color Cylindrical-coordinate representation of color #326819: hue angle of 101.01º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #326819 is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB5010425-
CMYK0.5200.760.59
HSL101.01º61.24%25.29%-
HSV(B)101.01º75.96%40.78%-
XYZ6.4410.652.64-
YUV78.8597.61107.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.93%
GREEN value IS 104 (41.02% from 255) = 58.10%
BLUE value IS 25 (10.16% from 255) = 13.97%
R=27.93%
G=58.10%
B=13.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50104250.5200.760.59101.0161.2425.29
Hex3268193404C3B653d19
Octal6215031640114731457531
Binary11001011010001100111010001001100111011110010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326819; }

 p { color: rgb(50,104,25); }

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

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

 a { background-color: rgb(50,104,25); }

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

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

 span { border-color: rgb(50,104,25); }

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