#328B15

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

Shades of Bilbao #328B15

Tints of Bilbao #328B15

Color information

#328B15 (or 0x328B15) is unknown color: approx Bilbao. HEX triplet: 32, 8B and 15. RGB value is (50,139,21). Sum of RGB (Red+Green+Blue) = 50+139+21=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 139 (54.69% from 255 or 66.19% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 139 - color contains mainly: green. Hex color #328B15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328B15 is #CD74EA. Grayscale: #636363. Windows color (decimal): -13464811 or 1411890. OLE color: 1411890.

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

Color convert

RGB5013921-
CMYK0.6400.850.45
HSL105.25º73.75%31.37%-
HSV(B)105.25º84.89%54.51%-
XYZ10.6819.23.85-
YUV98.9484.0193.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.81%
GREEN value IS 139 (54.69% from 255) = 66.19%
BLUE value IS 21 (8.59% from 255) = 10%
R=23.81%
G=66.19%
B=10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50139210.6400.850.45105.2573.7531.37
Hex328B15400552D694a1f
Octal622132510001255515111237
Binary11001010001011101011000000010101011011011101001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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