#328822

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

Shades of Bilbao #328822

Tints of Bilbao #328822

Color information

#328822 (or 0x328822) is unknown color: approx Bilbao. HEX triplet: 32, 88 and 22. RGB value is (50,136,34). Sum of RGB (Red+Green+Blue) = 50+136+34=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 136 (53.52% from 255 or 61.82% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 136 - color contains mainly: green. Hex color #328822 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328822 is #CD77DD. Grayscale: #626262. Windows color (decimal): -13465566 or 2263090. OLE color: 2263090.

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

Color convert

RGB5013634-
CMYK0.6300.750.47
HSL110.59º60%33.33%-
HSV(B)110.59º75%53.33%-
XYZ10.4118.44.52-
YUV98.6691.5193.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.73%
GREEN value IS 136 (53.52% from 255) = 61.82%
BLUE value IS 34 (13.67% from 255) = 15.45%
R=22.73%
G=61.82%
B=15.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50136340.6300.750.47110.596033.33
Hex3288223F04B2F6f3c21
Octal6221042770113571577441
Binary11001010001000100010111111010010111011111101111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328822; }

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

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

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

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

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

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

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

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