#328E16

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

Shades of Bilbao #328E16

Tints of Bilbao #328E16

Color information

#328E16 (or 0x328E16) is unknown color: approx Bilbao. HEX triplet: 32, 8E and 16. RGB value is (50,142,22). Sum of RGB (Red+Green+Blue) = 50+142+22=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 142 (55.86% from 255 or 66.36% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 142 - color contains mainly: green. Hex color #328E16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328E16 is #CD71E9. Grayscale: #656565. Windows color (decimal): -13464042 or 1478194. OLE color: 1478194.

HSL color Cylindrical-coordinate representation of color #328E16: hue angle of 106º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #328E16 is Cyan = 0.65, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB5014222-
CMYK0.6500.850.44
HSL106º73.17%32.16%-
HSV(B)106º84.51%55.69%-
XYZ11.1320.084.05-
YUV100.8183.5291.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.36%
GREEN value IS 142 (55.86% from 255) = 66.36%
BLUE value IS 22 (8.98% from 255) = 10.28%
R=23.36%
G=66.36%
B=10.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50142220.6500.850.4410673.1732.16
Hex328E16410552C6a4920
Octal622162610101255415211140
Binary110010100011101011010000010101010110110011010101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,142,22); }

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

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

 a { background-color: rgb(50,142,22); }

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

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

 span { border-color: rgb(50,142,22); }

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