#328C11

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

Shades of Bilbao #328C11

Tints of Bilbao #328C11

Color information

#328C11 (or 0x328C11) is unknown color: approx Bilbao. HEX triplet: 32, 8C and 11. RGB value is (50,140,17). Sum of RGB (Red+Green+Blue) = 50+140+17=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 140 (55.08% from 255 or 67.63% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 140 - color contains mainly: green. Hex color #328C11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328C11 is #CD73EE. Grayscale: #636363. Windows color (decimal): -13464559 or 1150002. OLE color: 1150002.

HSL color Cylindrical-coordinate representation of color #328C11: hue angle of 103.9º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #328C11 is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB5014017-
CMYK0.6400.880.45
HSL103.9º78.34%30.78%-
HSV(B)103.9º87.86%54.9%-
XYZ10.7919.473.72-
YUV99.0781.6893-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.15%
GREEN value IS 140 (55.08% from 255) = 67.63%
BLUE value IS 17 (7.03% from 255) = 8.21%
R=24.15%
G=67.63%
B=8.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50140170.6400.880.45103.978.3430.78
Hex328C11400582D684e1f
Octal622142110001305515011637
Binary11001010001100100011000000010110001011011101000100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328C11; }

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

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

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

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

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

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

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

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