#328711

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

Shades of Bilbao #328711

Tints of Bilbao #328711

Color information

#328711 (or 0x328711) is unknown color: approx Bilbao. HEX triplet: 32, 87 and 11. RGB value is (50,135,17). Sum of RGB (Red+Green+Blue) = 50+135+17=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 135 (53.12% from 255 or 66.83% from 202); Blue value is 17 (7.03% from 255 or 8.42% from 202); Max value from RGB is 135 - color contains mainly: green. Hex color #328711 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328711 is #CD78EE. Grayscale: #606060. Windows color (decimal): -13465839 or 1148722. OLE color: 1148722.

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

Color convert

RGB5013517-
CMYK0.6300.870.47
HSL103.22º77.63%29.8%-
HSV(B)103.22º87.41%52.94%-
XYZ10.0818.053.48-
YUV96.1383.3495.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.75%
GREEN value IS 135 (53.12% from 255) = 66.83%
BLUE value IS 17 (7.03% from 255) = 8.42%
R=24.75%
G=66.83%
B=8.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50135170.6300.870.47103.2277.6329.8
Hex3287113F0572F674e1e
Octal62207217701275714711636
Binary1100101000011110001111111010101111011111100111100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328711; }

 p { color: rgb(50,135,17); }

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

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

 a { background-color: rgb(50,135,17); }

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

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

 span { border-color: rgb(50,135,17); }

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