#328A13

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

Shades of Bilbao #328A13

Tints of Bilbao #328A13

Color information

#328A13 (or 0x328A13) is unknown color: approx Bilbao. HEX triplet: 32, 8A and 13. RGB value is (50,138,19). Sum of RGB (Red+Green+Blue) = 50+138+19=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 138 (54.30% from 255 or 66.67% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 138 - color contains mainly: green. Hex color #328A13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328A13 is #CD75EC. Grayscale: #626262. Windows color (decimal): -13465069 or 1280562. OLE color: 1280562.

HSL color Cylindrical-coordinate representation of color #328A13: hue angle of 104.37º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #328A13 is Cyan = 0.64, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB5013819-
CMYK0.6400.860.46
HSL104.37º75.8%30.78%-
HSV(B)104.37º86.23%54.12%-
XYZ10.5218.93.71-
YUV98.1283.3593.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.15%
GREEN value IS 138 (54.30% from 255) = 66.67%
BLUE value IS 19 (7.81% from 255) = 9.18%
R=24.15%
G=66.67%
B=9.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50138190.6400.860.46104.3775.830.78
Hex328A13400562E684c1f
Octal622122310001265615011437
Binary11001010001010100111000000010101101011101101000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,138,19); }

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

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

 a { background-color: rgb(50,138,19); }

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

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

 span { border-color: rgb(50,138,19); }

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