#328720

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

Shades of Bilbao #328720

Tints of Bilbao #328720

Color information

#328720 (or 0x328720) is unknown color: approx Bilbao. HEX triplet: 32, 87 and 20. RGB value is (50,135,32). Sum of RGB (Red+Green+Blue) = 50+135+32=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 135 (53.12% from 255 or 62.21% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 135 - color contains mainly: green. Hex color #328720 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328720 is #CD78DF. Grayscale: #626262. Windows color (decimal): -13465824 or 2131762. OLE color: 2131762.

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

Color convert

RGB5013532-
CMYK0.6300.760.47
HSL109.51º61.68%32.75%-
HSV(B)109.51º76.3%52.94%-
XYZ10.2418.114.32-
YUV97.8490.8493.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.04%
GREEN value IS 135 (53.12% from 255) = 62.21%
BLUE value IS 32 (12.89% from 255) = 14.75%
R=23.04%
G=62.21%
B=14.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50135320.6300.760.47109.5161.6832.75
Hex3287203F04C2F6e3e21
Octal6220740770114571567641
Binary11001010000111100000111111010011001011111101110111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328720; }

 p { color: rgb(50,135,32); }

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

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

 a { background-color: rgb(50,135,32); }

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

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

 span { border-color: rgb(50,135,32); }

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