#326809

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

Shades of Bilbao #326809

Tints of Bilbao #326809

Color information

#326809 (or 0x326809) is unknown color: approx Bilbao. HEX triplet: 32, 68 and 09. RGB value is (50,104,9). Sum of RGB (Red+Green+Blue) = 50+104+9=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 104 (41.02% from 255 or 63.80% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 104 - color contains mainly: green. Hex color #326809 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326809 is #CD97F6. Grayscale: #4D4D4D. Windows color (decimal): -13473783 or 616498. OLE color: 616498.

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

Color convert

RGB501049-
CMYK0.5200.910.59
HSL94.11º84.07%22.16%-
HSV(B)94.11º91.35%40.78%-
XYZ6.3210.61.97-
YUV77.0289.61108.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.67%
GREEN value IS 104 (41.02% from 255) = 63.80%
BLUE value IS 9 (3.91% from 255) = 5.52%
R=30.67%
G=63.80%
B=5.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5010490.5200.910.5994.1184.0722.16
Hex326893405B3B5e5416
Octal62150116401337313612426
Binary11001011010001001110100010110111110111011110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326809; }

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

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

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

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

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

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

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

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