#328B0A

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

Shades of Bilbao #328B0A

Tints of Bilbao #328B0A

Color information

#328B0A (or 0x328B0A) is unknown color: approx Bilbao. HEX triplet: 32, 8B and 0A. RGB value is (50,139,10). Sum of RGB (Red+Green+Blue) = 50+139+10=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 139 (54.69% from 255 or 69.85% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 139 - color contains mainly: green. Hex color #328B0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328B0A is #CD74F5. Grayscale: #626262. Windows color (decimal): -13464822 or 690994. OLE color: 690994.

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

Color convert

RGB5013910-
CMYK0.6400.930.45
HSL101.4º86.58%29.22%-
HSV(B)101.4º92.81%54.51%-
XYZ10.619.173.43-
YUV97.6878.5193.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.13%
GREEN value IS 139 (54.69% from 255) = 69.85%
BLUE value IS 10 (4.30% from 255) = 5.03%
R=25.13%
G=69.85%
B=5.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50139100.6400.930.45101.486.5829.22
Hex328BA4005D2D65571d
Octal622131210001355514512735
Binary1100101000101110101000000010111011011011100101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,139,10); }

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

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

 a { background-color: rgb(50,139,10); }

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

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

 span { border-color: rgb(50,139,10); }

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