#328922

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

Shades of Bilbao #328922

Tints of Bilbao #328922

Color information

#328922 (or 0x328922) is unknown color: approx Bilbao. HEX triplet: 32, 89 and 22. RGB value is (50,137,34). Sum of RGB (Red+Green+Blue) = 50+137+34=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 137 (53.91% from 255 or 61.99% from 221); Blue value is 34 (13.67% from 255 or 15.38% from 221); Max value from RGB is 137 - color contains mainly: green. Hex color #328922 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328922 is #CD76DD. Grayscale: #636363. Windows color (decimal): -13465310 or 2263346. OLE color: 2263346.

HSL color Cylindrical-coordinate representation of color #328922: hue angle of 110.68º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #328922 is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.46.

Color convert

RGB5013734-
CMYK0.6400.750.46
HSL110.68º60.23%33.53%-
HSV(B)110.68º75.18%53.73%-
XYZ10.5518.684.56-
YUV99.2491.1892.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.62%
GREEN value IS 137 (53.91% from 255) = 61.99%
BLUE value IS 34 (13.67% from 255) = 15.38%
R=22.62%
G=61.99%
B=15.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50137340.6400.750.46110.6860.2333.53
Hex3289224004B2E6f3c22
Octal62211421000113561577442
Binary110010100010011000101000000010010111011101101111111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328922; }

 p { color: rgb(50,137,34); }

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

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

 a { background-color: rgb(50,137,34); }

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

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

 span { border-color: rgb(50,137,34); }

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