#328520

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

Shades of Bilbao #328520

Tints of Bilbao #328520

Color information

#328520 (or 0x328520) is unknown color: approx Bilbao. HEX triplet: 32, 85 and 20. RGB value is (50,133,32). Sum of RGB (Red+Green+Blue) = 50+133+32=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 133 (52.34% from 255 or 61.86% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 133 - color contains mainly: green. Hex color #328520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328520 is #CD7ADF. Grayscale: #606060. Windows color (decimal): -13466336 or 2131250. OLE color: 2131250.

HSL color Cylindrical-coordinate representation of color #328520: hue angle of 109.31º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #328520 is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB5013332-
CMYK0.6200.760.48
HSL109.31º61.21%32.35%-
HSV(B)109.31º75.94%52.16%-
XYZ9.9617.564.23-
YUV96.6791.594.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.26%
GREEN value IS 133 (52.34% from 255) = 61.86%
BLUE value IS 32 (12.89% from 255) = 14.88%
R=23.26%
G=61.86%
B=14.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50133320.6200.760.48109.3161.2132.35
Hex3285203E04C306d3d20
Octal6220540760114601557540
Binary11001010000101100000111110010011001100001101101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328520; }

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

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

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

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

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

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

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

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