#328627

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

Shades of Bilbao #328627

Tints of Bilbao #328627

Color information

#328627 (or 0x328627) is unknown color: approx Bilbao. HEX triplet: 32, 86 and 27. RGB value is (50,134,39). Sum of RGB (Red+Green+Blue) = 50+134+39=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 134 (52.73% from 255 or 60.09% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 134 - color contains mainly: green. Hex color #328627 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328627 is #CD79D8. Grayscale: #626262. Windows color (decimal): -13466073 or 2590258. OLE color: 2590258.

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

Color convert

RGB5013439-
CMYK0.6300.710.47
HSL113.05º54.91%33.92%-
HSV(B)113.05º70.9%52.55%-
XYZ10.2117.874.83-
YUV98.0594.6793.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.42%
GREEN value IS 134 (52.73% from 255) = 60.09%
BLUE value IS 39 (15.62% from 255) = 17.49%
R=22.42%
G=60.09%
B=17.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50134390.6300.710.47113.0554.9133.92
Hex3286273F0472F713722
Octal6220647770107571616742
Binary11001010000110100111111111010001111011111110001110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328627; }

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

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

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

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

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

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

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

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