#328201

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

Shades of Bilbao #328201

Tints of Bilbao #328201

Color information

#328201 (or 0x328201) is unknown color: approx Bilbao. HEX triplet: 32, 82 and 01. RGB value is (50,130,1). Sum of RGB (Red+Green+Blue) = 50+130+1=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 130 (51.17% from 255 or 71.82% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 130 - color contains mainly: green. Hex color #328201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328201 is #CD7DFE. Grayscale: #5B5B5B. Windows color (decimal): -13467135 or 98866. OLE color: 98866.

HSL color Cylindrical-coordinate representation of color #328201: hue angle of 97.21º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #328201 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB501301-
CMYK0.6200.990.49
HSL97.21º98.47%25.69%-
HSV(B)97.21º99.23%50.98%-
XYZ9.316.652.75-
YUV91.377798.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.62%
GREEN value IS 130 (51.17% from 255) = 71.82%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=27.62%
G=71.82%
B=0.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5013010.6200.990.4997.2198.4725.69
Hex328213E0633161621a
Octal6220217601436114114232
Binary110010100000101111110011000111100011100001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328201; }

 p { color: rgb(50,130,1); }

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

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

 a { background-color: rgb(50,130,1); }

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

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

 span { border-color: rgb(50,130,1); }

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