#326A05

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

Shades of Bilbao #326A05

Tints of Bilbao #326A05

Color information

#326A05 (or 0x326A05) is unknown color: approx Bilbao. HEX triplet: 32, 6A and 05. RGB value is (50,106,5). Sum of RGB (Red+Green+Blue) = 50+106+5=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 106 (41.80% from 255 or 65.84% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 106 - color contains mainly: green. Hex color #326A05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326A05 is #CD95FA. Grayscale: #4E4E4E. Windows color (decimal): -13473275 or 354866. OLE color: 354866.

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

Color convert

RGB501065-
CMYK0.5300.950.58
HSL93.27º90.99%21.76%-
HSV(B)93.27º95.28%41.57%-
XYZ6.5111.92-
YUV77.7486.95108.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.06%
GREEN value IS 106 (41.80% from 255) = 65.84%
BLUE value IS 5 (2.34% from 255) = 3.11%
R=31.06%
G=65.84%
B=3.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5010650.5300.950.5893.2790.9921.76
Hex326A53505F3A5d5b16
Octal6215256501377213513326
Binary1100101101010101110101010111111110101011101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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