#328310

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

Shades of Bilbao #328310

Tints of Bilbao #328310

Color information

#328310 (or 0x328310) is unknown color: approx Bilbao. HEX triplet: 32, 83 and 10. RGB value is (50,131,16). Sum of RGB (Red+Green+Blue) = 50+131+16=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 131 (51.56% from 255 or 66.50% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 131 - color contains mainly: green. Hex color #328310 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328310 is #CD7CEF. Grayscale: #5E5E5E. Windows color (decimal): -13466864 or 1082162. OLE color: 1082162.

HSL color Cylindrical-coordinate representation of color #328310: hue angle of 102.26º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #328310 is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB5013116-
CMYK0.6200.880.49
HSL102.26º78.23%28.82%-
HSV(B)102.26º87.79%51.37%-
XYZ9.5316.953.26-
YUV93.6784.1696.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.38%
GREEN value IS 131 (51.56% from 255) = 66.50%
BLUE value IS 16 (6.64% from 255) = 8.12%
R=25.38%
G=66.50%
B=8.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50131160.6200.880.49102.2678.2328.82
Hex3283103E05831664e1d
Octal62203207601306114611635
Binary1100101000001110000111110010110001100011100110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328310; }

 p { color: rgb(50,131,16); }

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

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

 a { background-color: rgb(50,131,16); }

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

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

 span { border-color: rgb(50,131,16); }

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