#328801

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

Shades of Bilbao #328801

Tints of Bilbao #328801

Color information

#328801 (or 0x328801) is unknown color: approx Bilbao. HEX triplet: 32, 88 and 01. RGB value is (50,136,1). Sum of RGB (Red+Green+Blue) = 50+136+1=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 136 (53.52% from 255 or 72.73% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 136 - color contains mainly: green. Hex color #328801 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328801 is #CD77FE. Grayscale: #5F5F5F. Windows color (decimal): -13465599 or 100402. OLE color: 100402.

HSL color Cylindrical-coordinate representation of color #328801: hue angle of 98.22º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #328801 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB501361-
CMYK0.6300.990.47
HSL98.22º98.54%26.86%-
HSV(B)98.22º99.26%53.33%-
XYZ10.1318.293.03-
YUV94.975.0195.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.74%
GREEN value IS 136 (53.52% from 255) = 72.73%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=26.74%
G=72.73%
B=0.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5013610.6300.990.4798.2298.5426.86
Hex328813F0632F62631b
Octal6221017701435714214333
Binary110010100010001111111011000111011111100010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328801; }

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

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

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

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

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

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

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

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