#328619

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

Shades of Bilbao #328619

Tints of Bilbao #328619

Color information

#328619 (or 0x328619) is unknown color: approx Bilbao. HEX triplet: 32, 86 and 19. RGB value is (50,134,25). Sum of RGB (Red+Green+Blue) = 50+134+25=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 134 (52.73% from 255 or 64.11% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 134 - color contains mainly: green. Hex color #328619 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328619 is #CD79E6. Grayscale: #606060. Windows color (decimal): -13466087 or 1672754. OLE color: 1672754.

HSL color Cylindrical-coordinate representation of color #328619: hue angle of 106.24º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #328619 is Cyan = 0.63, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB5013425-
CMYK0.6300.810.47
HSL106.24º68.55%31.18%-
HSV(B)106.24º81.34%52.55%-
XYZ10.0217.83.83-
YUV96.4687.6794.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.92%
GREEN value IS 134 (52.73% from 255) = 64.11%
BLUE value IS 25 (10.16% from 255) = 11.96%
R=23.92%
G=64.11%
B=11.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50134250.6300.810.47106.2468.5531.18
Hex3286193F0512F6a451f
Octal62206317701215715210537
Binary1100101000011011001111111010100011011111101010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328619; }

 p { color: rgb(50,134,25); }

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

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

 a { background-color: rgb(50,134,25); }

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

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

 span { border-color: rgb(50,134,25); }

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