#328527

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

Shades of Bilbao #328527

Tints of Bilbao #328527

Color information

#328527 (or 0x328527) is unknown color: approx Bilbao. HEX triplet: 32, 85 and 27. RGB value is (50,133,39). Sum of RGB (Red+Green+Blue) = 50+133+39=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 133 (52.34% from 255 or 59.91% from 222); Blue value is 39 (15.62% from 255 or 17.57% from 222); Max value from RGB is 133 - color contains mainly: green. Hex color #328527 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328527 is #CD7AD8. Grayscale: #616161. Windows color (decimal): -13466329 or 2590002. OLE color: 2590002.

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

Color convert

RGB5013339-
CMYK0.6200.710.48
HSL112.98º54.65%33.73%-
HSV(B)112.98º70.68%52.16%-
XYZ10.0717.64.79-
YUV97.479594.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.52%
GREEN value IS 133 (52.34% from 255) = 59.91%
BLUE value IS 39 (15.62% from 255) = 17.57%
R=22.52%
G=59.91%
B=17.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50133390.6200.710.48112.9854.6533.73
Hex3285273E04730713722
Octal6220547760107601616742
Binary11001010000101100111111110010001111100001110001110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328527; }

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

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

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

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

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

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

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

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