#326D05

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

Shades of Bilbao #326D05

Tints of Bilbao #326D05

Color information

#326D05 (or 0x326D05) is unknown color: approx Bilbao. HEX triplet: 32, 6D and 05. RGB value is (50,109,5). Sum of RGB (Red+Green+Blue) = 50+109+5=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 109 (42.97% from 255 or 66.46% from 164); Blue value is 5 (2.34% from 255 or 3.05% from 164); Max value from RGB is 109 - color contains mainly: green. Hex color #326D05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326D05 is #CD92FA. Grayscale: #4F4F4F. Windows color (decimal): -13472507 or 355634. OLE color: 355634.

HSL color Cylindrical-coordinate representation of color #326D05: hue angle of 94.04º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #326D05 is Cyan = 0.54, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.57.

Color convert

RGB501095-
CMYK0.5400.950.57
HSL94.04º91.23%22.35%-
HSV(B)94.04º95.41%42.75%-
XYZ6.8111.632.03-
YUV79.585.95106.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.49%
GREEN value IS 109 (42.97% from 255) = 66.46%
BLUE value IS 5 (2.34% from 255) = 3.05%
R=30.49%
G=66.46%
B=3.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5010950.5400.950.5794.0491.2322.35
Hex326D53605F395e5b16
Octal6215556601377113613326
Binary1100101101101101110110010111111110011011110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326D05; }

 p { color: rgb(50,109,5); }

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

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

 a { background-color: rgb(50,109,5); }

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

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

 span { border-color: rgb(50,109,5); }

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