#326709

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

Shades of Bilbao #326709

Tints of Bilbao #326709

Color information

#326709 (or 0x326709) is unknown color: approx Bilbao. HEX triplet: 32, 67 and 09. RGB value is (50,103,9). Sum of RGB (Red+Green+Blue) = 50+103+9=162 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.86% from 162); Green value is 103 (40.62% from 255 or 63.58% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 103 - color contains mainly: green. Hex color #326709 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326709 is #CD98F6. Grayscale: #4C4C4C. Windows color (decimal): -13474039 or 616242. OLE color: 616242.

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

Color convert

RGB501039-
CMYK0.5100.910.60
HSL93.83º83.93%21.96%-
HSV(B)93.83º91.26%40.39%-
XYZ6.2110.41.94-
YUV76.4489.94109.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.86%
GREEN value IS 103 (40.62% from 255) = 63.58%
BLUE value IS 9 (3.91% from 255) = 5.56%
R=30.86%
G=63.58%
B=5.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5010390.5100.910.6093.8383.9321.96
Hex326793305B3C5e5416
Octal62147116301337413612426
Binary11001011001111001110011010110111111001011110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326709; }

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

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

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

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

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

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

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

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