#326E05

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

Shades of Bilbao #326E05

Tints of Bilbao #326E05

Color information

#326E05 (or 0x326E05) is unknown color: approx Bilbao. HEX triplet: 32, 6E and 05. RGB value is (50,110,5). Sum of RGB (Red+Green+Blue) = 50+110+5=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 110 (43.36% from 255 or 66.67% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 110 - color contains mainly: green. Hex color #326E05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326E05 is #CD91FA. Grayscale: #505050. Windows color (decimal): -13472251 or 355890. OLE color: 355890.

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

Color convert

RGB501105-
CMYK0.5500.950.57
HSL94.29º91.3%22.55%-
HSV(B)94.29º95.45%43.14%-
XYZ6.9211.842.06-
YUV80.0985.62106.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.30%
GREEN value IS 110 (43.36% from 255) = 66.67%
BLUE value IS 5 (2.34% from 255) = 3.03%
R=30.30%
G=66.67%
B=3.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5011050.5500.950.5794.2991.322.55
Hex326E53705F395e5b17
Octal6215656701377113613327
Binary1100101101110101110111010111111110011011110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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