#326804

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

Shades of Bilbao #326804

Tints of Bilbao #326804

Color information

#326804 (or 0x326804) is unknown color: approx Bilbao. HEX triplet: 32, 68 and 04. RGB value is (50,104,4). Sum of RGB (Red+Green+Blue) = 50+104+4=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 104 (41.02% from 255 or 65.82% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 104 - color contains mainly: green. Hex color #326804 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326804 is #CD97FB. Grayscale: #4C4C4C. Windows color (decimal): -13473788 or 288818. OLE color: 288818.

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

Color convert

RGB501044-
CMYK0.5200.960.59
HSL92.4º92.59%21.18%-
HSV(B)92.4º96.15%40.78%-
XYZ6.2910.591.83-
YUV76.4587.11109.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.65%
GREEN value IS 104 (41.02% from 255) = 65.82%
BLUE value IS 4 (1.95% from 255) = 2.53%
R=31.65%
G=65.82%
B=2.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5010440.5200.960.5992.492.5921.18
Hex32684340603B5c5d15
Octal6215046401407313413525
Binary1100101101000100110100011000001110111011100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326804; }

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

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

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

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

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

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

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

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